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