StreamFirebaseDoc<T> class
abstract
Constructors
- StreamFirebaseDoc({required String path, required T parse(RawMap data), required void onChange(T? before, T? after), bool cancleOnError(Object error)?})
Properties
- cancle ↔ void Function()
-
latefinal
- cancleOnError → bool Function(Object error)?
-
final
- 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
- onChange → void Function(T? before, T? after)
-
final
- parse → T Function(RawMap data)
-
final
- path → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
convertor(
Map< String, Object?> ? data) → T? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited