DeepGetOnMapExt extension
- on
Methods
-
deepGet(
String path, {String separator = '.'}) → dynamic -
Available on Map, provided by the DeepGetOnMapExt extension
Safely retrieves and converts a value from a nested data structure using a dot-separatedpath
. -
deepGetFromSegments(
Iterable pathSegments) → dynamic -
Available on Map, provided by the DeepGetOnMapExt extension
Safely retrieves and converts a value from a nested data structure using a list of pathpathSegments
.