menu
mineral package
documentation
api.dart
Choice<T>
Choice const constructor
Choice const constructor
dark_mode
light_mode
Choice<
T
>
constructor
const
Choice<
T
>
(
String
name
,
T
value
)
Implementation
const Choice(this.name, this.value);
mineral package
documentation
api
Choice<T>
Choice const constructor
Choice class