hasFrom method

bool hasFrom()

Checks if the query has any FROM tables.

Implementation

bool hasFrom() {
  return _from.isNotEmpty;
}