BaseChannel constructor
BaseChannel({})
Implementation
BaseChannel({
this.id,
this.name,
this.code,
this.type,
this.logo,
this.settingsSample,
this.authSample,
this.description,
});
BaseChannel({
this.id,
this.name,
this.code,
this.type,
this.logo,
this.settingsSample,
this.authSample,
this.description,
});