DotMap class

Constructors

DotMap()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(List<PathValue> pathValues) → dynamic
Can create a single or multi dimensional row(s) inside a Map by providing PathValue objects.
get<T>(dynamic map, String path, {T converter(dynamic)?}) → T?
Gets the specified path's value.
merge(List<Map<String, dynamic>> maps) → dynamic
A convinience method to merge a list of maps.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pathValue(String path, dynamic value) PathValue
Returns a PathValue object used for the create method.
set(Map<String, dynamic> map, String path, dynamic value) Map<String, dynamic>
Sets the specified path's value.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited