artists property

  1. @override
List<Artist>? artists
getter/setter pairoverride

The artists who performed the track. Each artist object includes a link in href to more detailed information about the artist.

Implementation

@override
List<Artist>? artists;