isReload property

bool isReload
final

Whether the provider was recomputed after at least one dependency changed.

This happens when using watch and the listened value changes. It can also trigger when using invalidate + asReload: true.

Implementation

final bool isReload;