deeply library

Functions

removeDeeply(List keyPath, dynamic data, [int i = 0]) → dynamic
remove element at keyPath in data
renameDeeply(List keyPath, dynamic newKey, dynamic data, [int i = 0]) → dynamic
rename keyPath in data to newKey
updateDeeply(List keyPath, dynamic data, Function updater, [dynamic notSetValue, int i = 0]) → dynamic
set at keyPath of data the value of updater-function with value of data at keyPath or notSetValue as argument