Cloneable constructor

const Cloneable({
  1. bool? ignoreSynthetic,
  2. bool? generateCloneExtension,
  3. bool? considerEmptyCollectionAsNull,
})

Implementation

const Cloneable({
  this.ignoreSynthetic,
  this.generateCloneExtension,
  this.considerEmptyCollectionAsNull,
});