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