Schema constructor

Schema(
  1. int version, {
  2. required Set<SchemaTable> tables,
  3. int generatorVersion = GENERATOR_VERSION,
})

Implementation

Schema(this.version, {required this.tables, this.generatorVersion = GENERATOR_VERSION});