TimeStampedFireStoreDoc class abstract

Inheritance

Constructors

TimeStampedFireStoreDoc()

Properties

createdDate → Timestamp
Every document has its own created DateTime
final
docId String?
This property is for override the ID of a Document
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedDate ↔ Timestamp?
Every document has its updated DateTime
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
This function is override for conversion of user object to Json format
inherited
toString() String
A string representation of this object.
inherited

Operators

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