menu
gameball_sdk package
documentation
models/requests/customer_attributes.dart
CustomerAttributesBuilder
firstName method
firstName method
dark_mode
light_mode
firstName
method
CustomerAttributesBuilder
firstName
(
String
?
firstName
)
Implementation
CustomerAttributesBuilder firstName(String? firstName) { _firstName = firstName; return this; }
gameball_sdk package
documentation
models/requests/customer_attributes
CustomerAttributesBuilder
firstName method
CustomerAttributesBuilder class