hasPosSQL property

bool hasPosSQL

Implementation

bool get hasPosSQL {
  var posSQL = this.posSQL;
  return posSQL != null && posSQL.isNotEmpty;
}