DbUpdate constructor

DbUpdate({
  1. String database,
  2. String updateScript,
})

Returns a new DbUpdate instance.

Implementation

DbUpdate({
  this.database,
  this.updateScript,
});