PlaylistGetCompany constructor

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

Returns a new PlaylistGetCompany instance.

Implementation

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