isRepresenting property

  1. @JsonKey(name: r'isRepresenting', required: false, includeIfNull: false)
bool? isRepresenting
final

Whether the user is representing the group. This makes the group show up above the name tag in-game.

Implementation

@JsonKey(name: r'isRepresenting', required: false, includeIfNull: false)
final bool? isRepresenting;