isTrending property
bool
get
isTrending
Returns true if this is a trending video
Implementation
bool get isTrending => chartType == 'trending';
Returns true if this is a trending video
bool get isTrending => chartType == 'trending';