fromValue static method
Implementation
static ContentBlueprintDraftStatus fromValue(String value) =>
values.firstWhere((e) => e.value == value,
orElse: () => ContentBlueprintDraftStatus._(value));
static ContentBlueprintDraftStatus fromValue(String value) =>
values.firstWhere((e) => e.value == value,
orElse: () => ContentBlueprintDraftStatus._(value));