TrackCollectionsEventArgs constructor
TrackCollectionsEventArgs({})
Implementation
TrackCollectionsEventArgs({
required this.cartId,
required this.collectionId,
required this.name,
this.imageUrl,
this.handle,
this.pageUrl,
});