DropMap class
Adapts a Dart Map into a LiquidDrop.
- Implemented types
Properties
Methods
-
get(
String key) → Object? -
Returns the value for
keyfrom 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