menu
rc package
documentation
utils.dart
MapDot<K, V>
dot method
dot method
dark_mode
light_mode
dot
method
Map
<
String
,
dynamic
>
dot
(
)
Returns flat with dot join keys.
Implementation
Map<String, dynamic> dot() => _dotImpl();
rc package
documentation
utils
MapDot<K, V>
dot method
MapDot extension on
Map
<
K
,
V
>