nullable property

bool nullable
final

When true (the default), all columns are inserted with NULL.

Sqlite's #nullable takes precedence. Defaults to true.

Implementation

final bool nullable;