Schema(List<SchemaTable> tables)

Creates an instance of this type with a specific set of tables.

Prefer to use Schema.fromDataModel.

Source

Schema(List<SchemaTable> tables) : _tableStorage = tables;