isNumeric property

bool get isNumeric

Check if this is a numeric column

Implementation

bool get isNumeric => columnType == 'numericColumn';