selectQuery property

String selectQuery

Implementation

String get selectQuery {
  if (_selectQuery == null) {
    createQuery();
  }
  return _selectQuery!;
}