PendingStatementValue.rest constructor
const
PendingStatementValue.rest()
A value that is bound to a JSON object containing all columns from the synced row that haven't been matched by a PendingStatementValue.column value in the same statement.
Implementation
const factory PendingStatementValue.rest() = _PendingStmtValueRest;