DropMap class

Adapts a Dart Map into a LiquidDrop.

Implemented types

Constructors

DropMap(Map map)
Creates a drop backed by map.

Properties

hashCode int
The hash code for this object.
no setterinherited
map Map
Backing map for key lookup.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(String key) Object?
Returns the value for key from the backing map.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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