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