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-separated path.
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 path pathSegments.