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