writeReturningClause property Null safety

  1. @protected
bool writeReturningClause
read / write

Whether a RETURNING * clause should be added to this statement.

Implementation

@protected
bool writeReturningClause = false;