SignallingEvent constructor Null safety
- {required ChannelBaseInfo channelBaseInfo,
- required SignallingEventType eventType,
- required String fromAccountId,
- required int time,
- String? customInfo}
Implementation
SignallingEvent(
{required this.channelBaseInfo,
required this.eventType,
required this.fromAccountId,
required this.time,
this.customInfo});