menu
aptos package
documentation
utils/property_map_serde.dart
PropertyValue
PropertyValue constructor
PropertyValue constructor
dark_mode
light_mode
PropertyValue
constructor
PropertyValue
(
String
type
,
dynamic
value
)
Implementation
PropertyValue(this.type, this.value);
aptos package
documentation
utils/property_map_serde
PropertyValue
PropertyValue constructor
PropertyValue class