CompanyTypeSelection constructor

CompanyTypeSelection({
  1. int? companyTypeId,
  2. CompanyTypeChannelCompanyType? companyType,
  3. int? selectionId,
  4. TrackSelectionSelection? selection,
})

Returns a new CompanyTypeSelection instance.

Implementation

CompanyTypeSelection({
  this.companyTypeId,
  this.companyType,
  this.selectionId,
  this.selection,
});