copyWith method
Implementation
ContentBlueprintDraftVersion copyWith({int? number}) {
return ContentBlueprintDraftVersion(
number: number ?? this.number,
);
}
ContentBlueprintDraftVersion copyWith({int? number}) {
return ContentBlueprintDraftVersion(
number: number ?? this.number,
);
}