toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (banDurationSeconds != null)
'banDurationSeconds': banDurationSeconds!,
if (bannedUserDetails != null) 'bannedUserDetails': bannedUserDetails!,
if (liveChatId != null) 'liveChatId': liveChatId!,
if (type != null) 'type': type!,
};