isChartSong property

bool get isChartSong

Returns true if this is a chart song (has rank)

Implementation

bool get isChartSong => chartType == 'songs' && rank != null;