FetchStaticFirebaseDoc<T> class abstract

Constructors

FetchStaticFirebaseDoc({required String path, required void notifyListeners(), required T parse(RawMap)})

Properties

doc → T?
no setter
error Object?
no setter
firestoreInstance → FirebaseFirestore
no setter
hashCode int
The hash code for this object.
no setterinherited
loading bool
no setter
notifyListeners → void Function()
final
parse → T Function(RawMap)
final
path String
final
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
refresh() → void
toString() String
A string representation of this object.
inherited

Operators

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