HubSubgroup constructor

const HubSubgroup({
  1. int? subgroupId,
  2. int? groupId,
  3. String? name,
})

Implementation

const HubSubgroup({
  this.subgroupId,
  this.groupId,
  this.name,
});