ka_dart_prompter
ka_dart_prompter
Option
Option constructor
Option
Option class
Constructors
Option
Properties
label
value
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Option constructor
Option
(
String
label
,
dynamic
value
)
Implementation
Option(this.label, this.value);