menu
shopify_flutter package
documentation
models/src/checkout/attribute/attribute.dart
Attribute
Attribute.fromJson factory constructor
Attribute.fromJson factory constructor
dark_mode
light_mode
Attribute.fromJson
constructor
Attribute.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Attribute.fromJson(Map<String, dynamic> json) => _$AttributeFromJson(json);
shopify_flutter package
documentation
models/src/checkout/attribute/attribute
Attribute
Attribute.fromJson factory constructor
Attribute class