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