ToFire<T> class

Inheritance
Implementers

Constructors

ToFire.new(ToFireDelegate<T> receiveData, {BaseValueGuard<T>? validationGuard, BaseValueGuard<T>? allowOperationGuard})
ToFire.empty()
ToFire.sync(T? value, {BaseValueGuard<T>? validationGuard, BaseValueGuard<T>? allowOperationGuard})

Properties

allowOperationGuard BaseValueGuard<T>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hasValidation bool
no setterinherited
mayBlockOperation bool
no setterinherited
receiveData ToFireDelegate<T>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validationGuard BaseValueGuard<T>
finalinherited

Methods

allowsOperation(T? value) Future<bool>
inherited
isValid(T? value) Future<bool>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMapEntry(String name, FireAdapter<T> adapter) Future<MapEntryToFire>
toString() String
A string representation of this object.
inherited

Operators

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