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