MockSource constructor

MockSource(
  1. Migration first, {
  2. Migration? next,
})

Implementation

MockSource(this.first, {this.next});