Device class

Constructors

Device({String? userAgent, required String uaClientType, required String uaClientName, required String uaClientVersion, required String uaDeviceType, required String uaDeviceBrand, required String uaDeviceModel, required String uaOsName, required String uaOsVersion, required String packageName})
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
packageName → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
uaClientName → String
final
uaClientType → String
final
uaClientVersion → String
final
uaDeviceBrand → String
final
uaDeviceModel → String
final
uaDeviceType → String
final
uaOsName → String
final
uaOsVersion → String
final
userAgent → String?
final

Methods

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

Operators

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