isStrict property

bool isStrict

Whether this table is STRICT.

Strict tables enforce stronger type constraints for inserts and updates. Support for strict tables was added in sqlite3 version 37. This field is intended to be used by generated code only.

Implementation

bool get isStrict => false;