CompanyTypeChannel constructor

CompanyTypeChannel({
  1. int? companyTypeId,
  2. CompanyTypeChannelCompanyType? companyType,
  3. int? channelId,
  4. CompanyTypeChannelChannel? channel,
})

Returns a new CompanyTypeChannel instance.

Implementation

CompanyTypeChannel({
  this.companyTypeId,
  this.companyType,
  this.channelId,
  this.channel,
});