ChannelGetResponse constructor

ChannelGetResponse({
  1. int? channelId,
  2. String? image,
  3. String? name,
  4. String? radioPoint,
  5. DateTime? createDate,
  6. DateTime? changeDate,
  7. List<ChannelGetCompany>? companyTypeChannels = const [],
})

Returns a new ChannelGetResponse instance.

Implementation

ChannelGetResponse({
  this.channelId,
  this.image,
  this.name,
  this.radioPoint,
  this.createDate,
  this.changeDate,
  this.companyTypeChannels = const [],
});