currentSchema property

Schema? currentSchema

The current state of the Schema.

During migration, this value will be modified as SchemaBuilder operations are executed. See SchemaBuilder.

Implementation

Schema? get currentSchema => database.schema;