Schema constructor
Schema(
- int version, {
- required Set<
SchemaTable> tables, - int generatorVersion = GENERATOR_VERSION,
Implementation
Schema(this.version, {required this.tables, this.generatorVersion = GENERATOR_VERSION});