HubGroup constructor

const HubGroup({
  1. int? groupId,
  2. String? name,
})

Implementation

const HubGroup({
  this.groupId,
  this.name,
});