needsUpdating property
Whether the tile was indicated for updating (excluding creating)
Calculated with:
<whether the tile already existed> &&
(
`loadingStrategy` == BrowseLoadingStrategy.onlineFirst ||
<whether the existing tile had expired>
)
Implementation
final bool needsUpdating;