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