menu
shopify_flutter package
documentation
models/src/checkout/attribute/attribute.dart
Attribute
Attribute factory constructor
Attribute factory constructor
dark_mode
light_mode
Attribute
constructor
Attribute
(
{
required
String
key
,
String
?
value
,
})
The Attribute constructor
Implementation
factory Attribute({ required String key, String? value, }) = _Attribute;
shopify_flutter package
documentation
models/src/checkout/attribute/attribute
Attribute
Attribute factory constructor
Attribute class