InMemory constructor

InMemory(
  1. List<Migration> _migrations
)

Implementation

InMemory(this._migrations);