value property

int? value

Implementation

int? get value {
  if (_$TrendingEntryTypeEnumMap.containsKey(this)){
    return _$TrendingEntryTypeEnumMap[this];
  }
  return null;
}