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