banned property

  1. @JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
bool banned
final

True if user is banned from the chat.

Implementation

@JsonKey(
  includeIfNull: false,
  toJson: Serializer.readOnly,
)
final bool banned;