oldValues property

List<Object?>? oldValues
final

If operation is not SqliteUpdateKind.insert, a list of values in the row before the operation.

Implementation

final List<Object?>? oldValues;