SelectionGetResponse constructor

SelectionGetResponse({
  1. int? selectionId,
  2. String? userId,
  3. String? userName,
  4. String? name,
  5. double? rating,
  6. bool? random,
  7. String? imageFile,
  8. int? count,
  9. String? description,
  10. TimeOfDay? timeOfDay,
  11. String? duration,
  12. DateTime? createDate,
  13. DateTime? changeDate,
  14. List<PlaylistGetCompany>? companyTypeSelections = const [],
  15. List<PlaylistGetGenre>? genreSelections = const [],
  16. List<TrackPublishedGetResponse>? trackSelections = const [],
  17. int? ratingCount,
  18. int? views,
})

Returns a new SelectionGetResponse instance.

Implementation

SelectionGetResponse({
  this.selectionId,
  this.userId,
  this.userName,
  this.name,
  this.rating,
  this.random,
  this.imageFile,
  this.count,
  this.description,
  this.timeOfDay,
  this.duration,
  this.createDate,
  this.changeDate,
  this.companyTypeSelections = const [],
  this.genreSelections = const [],
  this.trackSelections = const [],
  this.ratingCount,
  this.views,
});