isRepresenting property

  1. @JsonKey.new(name: r'isRepresenting', required: true, 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: true, includeIfNull: false)
final bool isRepresenting;