Browser class

Constructors

Browser()
Browser initialization
Browser.detectFrom({required String userAgent, required String vendor, required String appVersion})
Browser initialization from provided userAgent or vendor, works crossplatform

Properties

browser String
no setter
browserAgent BrowserAgent
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

detectOrNull() Browser?
Alternative initialization for crossplatform, returns null instead of Exception