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