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