CopyWith constructor

const CopyWith({
  1. String? constructor,
  2. bool? asExtension,
  3. String? suffix,
})

Implementation

const CopyWith({
  this.constructor,
  this.asExtension,
  this.suffix,
});