InviteParam constructor Null safety
Implementation
InviteParam(
{required this.channelId,
required this.accountId,
required this.requestId,
this.customInfo,
this.pushConfig,
this.offlineEnabled});
InviteParam(
{required this.channelId,
required this.accountId,
required this.requestId,
this.customInfo,
this.pushConfig,
this.offlineEnabled});