isReload property

bool? isReload

Returns a Boolean that is true if the event was dispatched with the user's intention for the page to reload, and false otherwise. Typically, pressing the refresh button in a browser is a reload, while clicking a link and pressing the back button is not.

Implementation

bool? get isReload => _getProperty(_delegate, 'isReload');