CopyWithKey constructor

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

Implementation

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