menu
spotify_sdk_platform_interface package
documentation
models/track.dart
Track
artists property
artists property
dark_mode
light_mode
artists
property
List
<
Artist
>
artists
final
The list of artists of this track.
Implementation
final List<Artist> artists;
spotify_sdk_platform_interface package
documentation
models/track
Track
artists property
Track class