browserName property

BrowserName get browserName

the name of the current browser.

Implementation

BrowserName get browserName {
  return _parseUserAgentToBrowserName();
}