oldValues property
If operation is not SqliteUpdateKind.insert, a list of values in the row before the operation.
Implementation
final List<Object?>? oldValues;
If operation is not SqliteUpdateKind.insert, a list of values in the row before the operation.
final List<Object?>? oldValues;