isNumeric property
bool
get
isNumeric
Check if this is a numeric column
Implementation
bool get isNumeric => columnType == 'numericColumn';
Check if this is a numeric column
bool get isNumeric => columnType == 'numericColumn';