ChannelIndexResponse constructor

ChannelIndexResponse({
  1. int? channelId,
  2. String? image,
  3. String? name,
  4. String? radioPoint,
  5. List<String>? companyTypeChannels = const [],
})

Returns a new ChannelIndexResponse instance.

Implementation

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