banExpires property

  1. @JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
DateTime? banExpires
final

The date at which the ban will expire.

Implementation

@JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
final DateTime? banExpires;