value property

int? value

Implementation

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