EventPairType constructor

const EventPairType({dynamic objectType, dynamic rights})

Implementation

const EventPairType({required objectType, required rights})
    : super(objectType: objectType, rights: rights);