store property Null safety

PersistentStore? store
read / write

The persistent store to validate and construct operations.

If this value is not-null, commands is a list of SQL commands for the underlying database that change the schema in response to methods invoked on this object. If this value is null, commands is a list Dart statements that replicate the methods invoked on this object.

Implementation

PersistentStore? store;