TypedMutableDictionaryObject<D extends TypedDictionaryObject<Object> , MD extends TypedDictionaryObject<Object> > class
abstract
Typed Data
The type that is implemented by all typed mutable dictionaries.
All typed mutable dictionaries have an immutable supertype that has the type
D. MD is the self type of the mutable subtype.
- Inheritance
-
- Object
- TypedDictionaryObject<
MD> - TypedMutableDictionaryObject
- Implementers
- Annotations
-
- @experimental
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMutable(
) → MD -
Returns a mutable copy of this object.
inherited
-
toString(
{String? indent}) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited