FireSetPathOverwrite class
- Inheritance
-
- Object
- FireValuesContainer
- FireGuardedOperator<
String> - FireObjectPathOperator<
String> - FireSetPathOverwrite
Constructors
-
FireSetPathOverwrite.new({required OperatablePathObject<
PathBasedDataSource, PathSegment> fireOperatable}) -
const
Properties
- adapters → FireAdapterMap
-
no setterinherited
- datasource → PathBasedDataSource
-
no setterinherited
-
fireOperatable
→ OperatablePathObject<
PathBasedDataSource, PathSegment> -
finalinherited
-
fireValues
→ List<
FireValue> -
no setterinherited
-
guards
→ List<
OperationGuard> -
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- path → PathSegment
-
no setterinherited
- 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< String?> -
override
-
readAllowed(
) → Future< bool> -
inherited
-
toMap(
FireAdapterMap adapters) → Future< Map< String, dynamic> > -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
tryPerform(
) → Future< String?> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited