browserName property

BrowserName browserName

the name of the current browser.

Implementation

BrowserName get browserName {
  return _parseUserAgentToBrowserName();
}