BrowserVersion class

Constructors

BrowserVersion(int major, int minor, int patch)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
major int
The major version number: "1" in "1.2.3".
final
minor int
The minor version number: "2" in "1.2.3".
final
patch int
The patch version number: "3" in "1.2.3".
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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