hasPreSQL property

bool hasPreSQL

Implementation

bool get hasPreSQL {
  var preSQL = this.preSQL;
  return preSQL != null && preSQL.isNotEmpty;
}