artistId property

int artistId

Return song artistId

Implementation

int get artistId => int.parse(_info["artist_id"]);