SignallingEvent constructor

SignallingEvent({
  1. required ChannelBaseInfo channelBaseInfo,
  2. required SignallingEventType eventType,
  3. required String fromAccountId,
  4. required int time,
  5. String? customInfo,
})

Implementation

SignallingEvent(
    {required this.channelBaseInfo,
    required this.eventType,
    required this.fromAccountId,
    required this.time,
    this.customInfo});