DatabaseSchema constructor

const DatabaseSchema(
  1. Map<String, TableSchema> tables
)

Implementation

const DatabaseSchema(this.tables);