TransformationRuleAction class
TransformationRuleAction defines a TransformationRule action based on the JSON Patch RFC (https://www.rfc-editor.org/rfc/rfc6902)
Constructors
- TransformationRuleAction({String? fromPath, String? op, String? path, String? value})
- TransformationRuleAction.fromJson(Map json_)
Properties
- fromPath ↔ String?
-
A string containing a JSON Pointer value that references the location in
the target document to move the value from.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- op ↔ String?
-
op specifies the operation to perform.
getter/setter pair
- path ↔ String?
-
A string containing a JSON-Pointer value that references a location within
the target document where the operation is performed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ String?
-
A string that specifies the desired value in string format to use for
transformation.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited