GroupChannelContext constructor

GroupChannelContext({
  1. required CollectionEventSource collectionEventSource,
  2. dynamic eventDetail,
})

Implementation

GroupChannelContext({
  required CollectionEventSource collectionEventSource,
  dynamic eventDetail,
}) : super(
        collectionEventSource: collectionEventSource,
        eventDetail: eventDetail,
      );