OperatablePathObject<S extends PathBasedDataSource, P extends PathSegment> class abstract

Inheritance
Implemented types
Implementers

Constructors

OperatablePathObject.new({required P path, required List<FireValue> fireValues, FireGuards fireGuards = const FireGuards()})
const

Properties

adapters FireAdapterMap
no setter
datasource → S
no setter
fields List<FireValue>
no setter
fireGuards FireGuards
final
fireValues List<FireValue>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
path → P
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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