FireGuardedOperator<T> class abstract

Inheritance
Implementers

Constructors

FireGuardedOperator.new({List<OperationGuard> guards = const []})
const

Properties

fireValues List<FireValue>
finalinherited
guards List<OperationGuard>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canPerform() Future<bool>
fromMap(Map<String, dynamic>? map, FireAdapterMap adapters) Future<OperationOutputReader?>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
perform() Future<T?>
readAllowed() Future<bool>
inherited
toMap(FireAdapterMap adapters) Future<Map<String, dynamic>>
inherited
toString() String
A string representation of this object.
inherited
tryPerform() Future<T?>

Operators

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