isReloading property
bool
get
isReloading
Indicates whether the WebF content is currently being reloaded.
Used to manage DevTools state during page reloads.
Implementation
bool get isReloading => _reloading;