static EXTENSION? fromString(String type) => _values.firstOrNullWhere((element) => element.value == type);