browserName property
BrowserName
get
browserName
the name of the current browser.
Implementation
BrowserName get browserName {
return _parseUserAgentToBrowserName();
}
the name of the current browser.
BrowserName get browserName {
return _parseUserAgentToBrowserName();
}