value property

int? value

Implementation

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