modify constructor

const modify({
  1. String? key,
  2. bool skip = false,
  3. Transformable? transform,
})

Implementation

const modify({
  this.key,
  this.skip = false,
  this.transform,
});