hasInsert method

bool hasInsert()

Checks if the query has any INSERT values.

Implementation

bool hasInsert() {
  return _insert.isNotEmpty;
}