newValues property
If operation is not SqliteUpdateKind.delete, a list of values in the row after the operation.
Implementation
final List<Object?>? newValues;
If operation is not SqliteUpdateKind.delete, a list of values in the row after the operation.
final List<Object?>? newValues;