ChannelType constructor

const ChannelType({dynamic objectType, dynamic rights})

Implementation

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