menu
storebounty_checkout package
documentation
model/customermodel.dart
Attributes
Attributes.fromMap factory constructor
Attributes.fromMap factory constructor
dark_mode
light_mode
Attributes.fromMap
constructor
Attributes.fromMap
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Attributes.fromMap(Map<String, dynamic> json) => Attributes( );
storebounty_checkout package
documentation
model/customermodel
Attributes
Attributes.fromMap factory constructor
Attributes class