CopyWithKey constructor

const CopyWithKey({
  1. bool? inCopyWith,
  2. String? field,
})

Implementation

const CopyWithKey({
  bool? inCopyWith,
  this.field,
}) : inCopyWith = inCopyWith ?? true;