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