menu
innerlibs
innerlibs.dart
Dictionary<
K
,
V
> typedef
Dictionary
dark_mode
light_mode
Dictionary<
K
,
V
>
typedef
Dictionary
<
K
,
V
> =
Map
<
K
,
V
>
C# Alias for
Map<K, V>
Implementation
typedef Dictionary<K, V> = Map<K, V>;
innerlibs
innerlibs
Dictionary<
K
,
V
> typedef
innerlibs library