TrackSearchEventArgs constructor

TrackSearchEventArgs({
  1. required String query,
  2. int? resultsCount,
  3. String? searchType,
  4. String? collectionId,
})

Implementation

TrackSearchEventArgs({
  required this.query,
  this.resultsCount,
  this.searchType,
  this.collectionId,
});