menu
h_utils package
documentation
control_flow/switcher.dart
Switcher<I, O>
Switcher.of constructor
Switcher.of constructor
dark_mode
light_mode
Switcher<
I
,
O
>.of
constructor
Switcher<
I
,
O
>.of
(
I
value
)
Implementation
Switcher.of(this.value) : cases = Map();
h_utils package
documentation
control_flow/switcher
Switcher<I, O>
Switcher.of constructor
Switcher class