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