menu
devappsdk2 package
documentation
item_value.dart
ItemValue
ItemValue constructor
ItemValue constructor
dark_mode
light_mode
ItemValue
constructor
ItemValue
(
{
String
?
name
,
String
?
description
,
String
?
value
,
bool
?
state
,
})
Implementation
ItemValue({ this.name, this.description, this.value, this.state, });
devappsdk2 package
documentation
item_value
ItemValue
ItemValue constructor
ItemValue class