isBrowser property

bool isBrowser

Whether running in a web browser.

Identified by id being the string browser.

If so, the version is the string made available through window.navigator.appVersion.

Implementation

bool get isBrowser => ("browser" == id);