is the column in this range
bool hasColumn(int column) { final (fromC, toC) = (from.column ?? 0, to.column ?? _maxInt); return column >= fromC && column <= toC; }