downSQLs property

List<String> get downSQLs

Implementation

List<String> get downSQLs {
  _sqls.clear();
  down();
  return List.unmodifiable(_sqls);
}