menu
sunny_dart package
documentation
typedefs.dart
Mapping<F, T> typedef
Mapping<F, T> typedef
dark_mode
light_mode
Mapping<
F
,
T
>
typedef
Mapping
<
F
,
T
> =
T Function
(
F
from
)
Implementation
typedef Mapping<F, T> = T Function(F from);
sunny_dart package
documentation
typedefs
Mapping<F, T> typedef
typedefs library