database property Null safety

SchemaBuilder database
read / write

Receiver for database altering operations.

Methods invoked on this instance - such as SchemaBuilder.createTable - will be validated and generate the appropriate SQL commands to apply to a database to alter its schema.

Implementation

late SchemaBuilder database;