CopyWithKey constructor

const CopyWithKey({
  1. bool? ignoreSynthetic,
  2. bool? allowNullable,
  3. bool? considerEmptyCollectionAsNull,
  4. bool? ignore,
  5. bool? includeIfPrivate,
  6. bool? avoidConstructor,
  7. Object? defaultValue,
  8. Function? copyWithFunction,
})

Implementation

const CopyWithKey({
  this.ignoreSynthetic,
  this.allowNullable,
  this.considerEmptyCollectionAsNull,
  bool? ignore,
  this.includeIfPrivate,
  this.avoidConstructor,
  this.defaultValue,
  this.copyWithFunction,
}) : ignore = ignore ?? false;