newValues property

List<Object?>? newValues
final

If operation is not SqliteUpdateKind.delete, a list of values in the row after the operation.

Implementation

final List<Object?>? newValues;