artwork property

String? artwork

Return song artwork

Important:

  • If Android >= Q/10 this method will return null, in this case it's necessary use queryArtworks

Implementation

String? get artwork => _info["artwork"];