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