isChart property

bool get isChart

Check if this is a chart column

Implementation

bool get isChart => columnType == 'chartColumn';