HubEnum constructor

const HubEnum({
  1. int? enumId,
  2. String? name,
})

Implementation

const HubEnum({
  this.enumId,
  this.name,
});