needsUpdating property

bool needsUpdating
final

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;