Document<E> class

Annotations

Constructors

Document(DocumentRef<E, Document<E>> ref, E? entity)
const

Properties

entity → E?
final
hashCode int
The hash code for this object.
no setteroverride
id String
no setter
ref DocumentRef<E, Document<E>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith(E entity) Document<E>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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