FromFire<T> class
- Inheritance
-
- Object
- FirePortOperation<
T> - FromFire
- Implementers
Constructors
-
FromFire.new(FromFireDelegate<
T> onInput, {BaseValueGuard<T> ? validationGuard, BaseValueGuard<T> ? allowOperationGuard}) -
FromFire.sync(FromFireSyncDelegate<
T> function, {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
-
onInput
→ FromFireDelegate<
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
-
fromMapEntry(
dynamic rawValue, FireAdapter< T> adapter) → Future<T?> -
isValid(
T? value) → Future< bool> -
inherited
-
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