menu
sunny_sdk_core package
documentation
model_exports.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_sdk_core package
documentation
model_exports
MapExtensions<K, V>
getByPath method
MapExtensions extension on
Map
<
K
,
V
>