Migration constructor

Migration(
  1. String version,
  2. String statement
)

Implementation

Migration(this.version, this.statement);