EventChannelSnapshot constructor

const EventChannelSnapshot({
  1. required String type,
  2. required int pending,
  3. required bool readerLagged,
})

Implementation

const EventChannelSnapshot({
  required this.type,
  required this.pending,
  required this.readerLagged,
});