isChart property
bool
get
isChart
Check if this is a chart column
Implementation
bool get isChart => columnType == 'chartColumn';
Check if this is a chart column
bool get isChart => columnType == 'chartColumn';