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