toJson method

Map<String, dynamic> toJson()

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!,
    };