toString method

  1. @override
String toString()
override

String representation of the track.

Implementation

@override
String toString() =>
    '''$trackTitle by $artist ft. ${artistFeatured.join(', ')} from "$album"
    \t$trackSourceUrl
    \t$trackDuration''';