value property

int? value

Implementation

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