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