| 9 | } |
| 10 | |
| 11 | export class TrackCollection implements ITrackCollection { |
| 12 | contextUri: string | undefined = undefined; |
| 13 | |
| 14 | constructor(public tracks: SpotifyApi.TrackObjectFull[], public trackCount:number) { |
nothing calls this directly
no outgoing calls
no test coverage detected