HubEnumValue constructor

const HubEnumValue({
  1. int? enumValueId,
  2. int? enumId,
  3. String? name,
  4. int? $value,
})

Implementation

const HubEnumValue({
  this.enumValueId,
  this.enumId,
  this.name,
  this.$value,
});