Schema constructor

Schema(
  1. String name,
  2. List<Migration> migrations,
  3. Object? context
)

Implementation

Schema(this.name, this.migrations, this.context);