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