previousValues property
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;
Old values before an update.
This is only tracked for tables for which this has been enabled by setting the Table.trackPreviousValues.
final Map<String, dynamic>? previousValues;