copyWith method
Implementation
ContentTemplateOriginalTemplate copyWith(
{String? pluginKey, String? moduleKey}) {
return ContentTemplateOriginalTemplate(
pluginKey: pluginKey ?? this.pluginKey,
moduleKey: moduleKey ?? this.moduleKey,
);
}