getSelectQuery method

String? getSelectQuery({
  1. bool withValues = false,
})

Implementation

String? getSelectQuery({bool withValues = false}) {
  return this.getSelectQueryAndArgs(withValues: withValues)['query'];
}