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