menu
gameball_sdk package
documentation
models/requests/player_attributes.dart
PlayerAttributes
firstName property
firstName property
dark_mode
light_mode
firstName
property
@JsonKey.new(name: "firstName")
String
?
firstName
getter/setter pair
The player's first name (optional).
Implementation
@JsonKey(name: "firstName") String? firstName;
gameball_sdk package
documentation
models/requests/player_attributes
PlayerAttributes
firstName property
PlayerAttributes class