TransformationRuleAction constructor

TransformationRuleAction({
  1. String? fromPath,
  2. String? op,
  3. String? path,
  4. String? value,
})

Implementation

TransformationRuleAction({
  this.fromPath,
  this.op,
  this.path,
  this.value,
});