TypedDocumentObject<MD extends Object> class abstract interface Typed Data

The type that is implemented by all typed documents.

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

Implemented types
Implementers
Annotations
  • @experimental

Constructors

TypedDocumentObject()

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