Whether running in a web browser.
Identified by id being the string browser.
browser
If so, the version is the string made available through window.navigator.appVersion.
window.navigator.appVersion
bool get isBrowser => _osId is BrowserOS;