fromValue static method

Implementation

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