previousData property

Option<T> previousData
final

The previous data (from a predecessor AsyncData), if it exists. This can happen if a new Future/Stream is watched and the Future/Stream it is replacing was in the AsyncData state.

Implementation

final Option<T> previousData;