menu
superdeck package
documentation
models/options_model.dart
Decoder<T> typedef
Decoder<T> typedef
dark_mode
light_mode
Decoder<
T
>
typedef
Decoder
<
T
> =
T Function
(
Map
<
String
,
dynamic
>
)
Implementation
typedef Decoder<T> = T Function(Map<String, dynamic>);
superdeck package
documentation
models/options_model
Decoder<T> typedef
options_model library