FireObjectPathOperator<T> class abstract

Inheritance
Implementers

Constructors

FireObjectPathOperator.new({required OperatablePathObject<PathBasedDataSource, PathSegment> fireOperatable})
const

Properties

adapters FireAdapterMap
no setter
datasource PathBasedDataSource
no setter
fireOperatable OperatablePathObject<PathBasedDataSource, PathSegment>
final
fireValues List<FireValue>
no setteroverride
guards List<OperationGuard>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
path PathSegment
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canPerform() Future<bool>
inherited
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?>
inherited
readAllowed() Future<bool>
inherited
toMap(FireAdapterMap adapters) Future<Map<String, dynamic>>
inherited
toString() String
A string representation of this object.
inherited
tryPerform() Future<T?>
inherited

Operators

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