Schema constructor Null safety
- List<
SchemaTable> tables
Creates an instance of this type with a specific set of tables
.
Prefer to use Schema.fromDataModel.
Implementation
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;