TypedDictionaryObject<MD extends Object> class abstract interface Typed Data

The type that is implemented by all typed dictionaries.

All typed dictionaries have a mutable subtype that has the type MD.

Implementers
Annotations
  • @experimental

Constructors

TypedDictionaryObject()

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.
toString({String? indent}) String
Returns a string representation of this object.
override

Operators

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