isChartSong property
bool
get
isChartSong
Returns true if this is a chart song (has rank)
Implementation
bool get isChartSong => chartType == 'songs' && rank != null;
Returns true if this is a chart song (has rank)
bool get isChartSong => chartType == 'songs' && rank != null;