withoutRowId property

  1. @override
bool withoutRowId
final

Whether to append a WITHOUT ROWID clause in the CREATE TABLE statement. This is intended to be used by generated code only.

Implementation

@override
final bool withoutRowId;