Schema constructor

Schema(
  1. 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;