ChannelGetCompany constructor

ChannelGetCompany({
  1. int? companyTypeId,
  2. String? name,
})

Returns a new ChannelGetCompany instance.

Implementation

ChannelGetCompany({
  this.companyTypeId,
  this.name,
});