previousValues property

Map<String, dynamic>? previousValues
final

Old values before an update.

This is only tracked for tables for which this has been enabled by setting the Table.trackPreviousValues.

Implementation

final Map<String, dynamic>? previousValues;