CallParam constructor Null safety
- {required ChannelType channelType,
- required String requestId,
- required String accountId,
- String? channelName,
- String? channelExt,
- int? selfUid,
- bool? offlineEnable,
- SignallingPushConfig? pushConfig,
- String? customInfo}
Implementation
CallParam(
{required this.channelType,
required this.requestId,
required this.accountId,
this.channelName,
this.channelExt,
this.selfUid,
this.offlineEnable,
this.pushConfig,
this.customInfo});