fromValue static method

Implementation

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