menu
odds_account_sdk package
documentation
client.dart
AddressBuilder
withProvince method
withProvince method
dark_mode
light_mode
withProvince
method
AddressBuilder
withProvince
(
String
?
province
)
Implementation
AddressBuilder withProvince(String? province) { _province = province; return this; }
odds_account_sdk package
documentation
client
AddressBuilder
withProvince method
AddressBuilder class