prior property Null safety

FetchProgress? prior
read / write

The prior FetchProgress. This is provided so you can compare the start between the existing and prior state which may be useful when outputting progress messages.

Implementation

FetchProgress? prior;