MapPath extension
Extension on Map<String, dynamic> that allows navigating nested structures using a path string.
Methods
-
navigation<T>({required String path, required T def})
→ T
-
Available on Map<String, dynamic>,
provided by the MapPath extension
Navigates through the map using the provided path and retrieves a value of type T
.