PendingStatementValue.column constructor
PendingStatementValue.column(
- String column
A value that is bound to the value of a column in a replace (PUT)
operation of the PowerSync protocol.
Implementation
factory PendingStatementValue.column(String column) = _PendingStmtValueColumn;