DeviceInfo class

Constructors

DeviceInfo.new({OperatingSystemName? operatingSystem, String? operatingSystemVersion, String? deviceManufacturer, String? deviceModel, String? userAgent, String? browserName, String? browserVersion})
const

Properties

browserName String?
final
browserVersion String?
final
deviceManufacturer String?
final
deviceModel String?
final
hashCode int
The hash code for this object.
no setterinherited
operatingSystem OperatingSystemName?
final
operatingSystemVersion String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userAgent String?
final

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