MCNTEvent constructor Null safety

MCNTEvent(
  1. {required List<GroupChannel> groupChannels,
  2. required List<OpenChannel> openChannels,
  3. int? systemTimestamp,
  4. int? timestamp}
)

Implementation

MCNTEvent({
  required this.groupChannels,
  required this.openChannels,
  this.systemTimestamp,
  this.timestamp,
});