CopyWith constructor

const CopyWith({
  1. bool? ignoreSynthetic,
  2. bool? includePrivateFields,
  3. bool? avoidConstructor,
  4. bool? allowNullable,
  5. bool? considerEmptyCollectionAsNull,
})

Implementation

const CopyWith({
  this.ignoreSynthetic,
  this.includePrivateFields,
  this.avoidConstructor,
  this.allowNullable,
  this.considerEmptyCollectionAsNull,
});