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