UpdateOperation constructor

const UpdateOperation(
  1. Path path,
  2. Attributes attributes,
  3. Attributes oldAttributes
)

Implementation

const UpdateOperation(
  super.path,
  this.attributes,
  this.oldAttributes,
);