isStrict property

bool isStrict
final

Whether this table has been defined as STRICT.

Strict tables are limited to a few column type names. Columns in strict tables may not store other types.

Implementation

final bool isStrict;