HubDomainModel constructor

HubDomainModel({
  1. String? id,
  2. String? apiEndpoint,
  3. String? title,
})

Implementation

HubDomainModel({
  this.id,
  this.apiEndpoint,
  this.title,
});