EnhancedMap<T> class
Constructors
- EnhancedMap({bool compareFn(String, String)?})
Properties
Methods
-
clear(
) → void -
delete(
String a, String b) → bool -
get(
String a, String b) → T? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String a, String b, T value) → T? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited