isStrict property

  1. @override
bool isStrict
final

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

@override
final bool isStrict;