CatalogValueDraft constructor
CatalogValueDraft({})
Implementation
CatalogValueDraft({
required this.keyPath,
required this.locale,
required this.baseValue,
required this.value,
required this.editorMode,
required this.rawPinned,
required this.rawText,
});