addSql method

DartMigration addSql(
  1. String sql
)

Implementation

DartMigration addSql(String sql) {
  _sqls.add(sql);
  return this;
}