copyWith method
Implementation
ContentBlueprintDraftSpace copyWith({String? key}) {
return ContentBlueprintDraftSpace(
key: key ?? this.key,
);
}
ContentBlueprintDraftSpace copyWith({String? key}) {
return ContentBlueprintDraftSpace(
key: key ?? this.key,
);
}