menu
sunny_dart package
documentation
extensions/map_extensions.dart
MapExtensions<K, V>
getByPath method
getByPath method
dark_mode
light_mode
getByPath
method
dynamic
getByPath
(
JsonPath
path
)
Implementation
dynamic getByPath(JsonPath path) { Maps.getByPath(this, path); }
sunny_dart package
documentation
extensions/map_extensions
MapExtensions<K, V>
getByPath method
MapExtensions extension on
Map
<
K
,
V
>