previousData property

T? previousData

To get the data stored in the provider just before the last update.

Implementation

T? get previousData => _prvData;