Creates an instance of this type with a specific set of tables
.
Prefer to use Schema.fromDataModel
.
Source
Schema(List<SchemaTable> tables) : _tableStorage = tables;
Creates an instance of this type with a specific set of tables
.
Prefer to use Schema.fromDataModel
.
Schema(List<SchemaTable> tables) : _tableStorage = tables;