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