upSQLs property

List<String> get upSQLs

Implementation

List<String> get upSQLs {
  _sqls.clear();
  up();
  return List.unmodifiable(_sqls);
}