mineral
core
OptionChoice
OptionChoice const constructor
OptionChoice
OptionChoice
constructor
Null safety
const
OptionChoice
(
{
required
String
label
,
required
String
value
}
)
Implementation
const OptionChoice({ required this.label, required this.value });
mineral
core
OptionChoice
OptionChoice const constructor
OptionChoice class
Constructors
OptionChoice
Properties
hashCode
label
runtimeType
value
Methods
noSuchMethod
toJson
toString
Operators
operator ==