CompanyTypePlaylist constructor

CompanyTypePlaylist({
  1. int? companyTypeId,
  2. CompanyTypeChannelCompanyType? companyType,
  3. int? playListId,
  4. CompanyTypePlaylistPlaylist? playlist,
})

Returns a new CompanyTypePlaylist instance.

Implementation

CompanyTypePlaylist({
  this.companyTypeId,
  this.companyType,
  this.playListId,
  this.playlist,
});