ToFireEmpty<T> class

Inheritance

Constructors

ToFireEmpty.new()

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>
no setteroverride
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>
inherited
toString() String
A string representation of this object.
inherited

Operators

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