store property

PersistentStore? store
getter/setter pair

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;