changesFromLastUpdate property
@JsonKey(ignore: true), read / write
The map containing the changes on the lastUpdate
This map will be updated at isUpdatingFrom
, so this means that
at the second update it will already be lost
Implementation
@JsonKey(ignore: true)
Map<String, dynamic> changesFromLastUpdate = {};