ChannelCommonEvent constructor Null safety

ChannelCommonEvent(
  1. SignallingEvent signallingEvent,
  2. {String? requestId,
  3. String? toAccountId,
  4. InviteAckStatus? ackStatus,
  5. SignallingPushConfig? pushConfig,
  6. MemberInfo? joinMember}
)

Implementation

ChannelCommonEvent(this.signallingEvent,
    {this.requestId,
    this.toAccountId,
    this.ackStatus,
    this.pushConfig,
    this.joinMember});