MCNTEvent constructor Null safety
- {required List<
GroupChannel> groupChannels, - required List<
OpenChannel> openChannels, - int? systemTimestamp,
 - int? timestamp}
 
Implementation
MCNTEvent({
  required this.groupChannels,
  required this.openChannels,
  this.systemTimestamp,
  this.timestamp,
});