DeviceInfo class

Supplies the devices information.

Constructors

DeviceInfo()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

androidId String
no setter
board String
no setter
bootloader String
no setter
brand String
no setter
device String
no setter
display String
no setter
fingerprint String
no setter
hardware String
no setter
host String
no setter
id String
no setter
identifierForVendor String
no setter
isPhysicalDevice String
no setter
localizedModel String
no setter
manufacturer String
no setter
model String
no setter
name String
no setter
product String
no setter
systemName String
no setter
tags String
no setter
type String
no setter
utsnameMachine String
no setter
utsnameNodename String
no setter
utsnameRelease String
no setter
utsnameSysname String
no setter
utsnameVersion String
no setter
versionBaseOs String
no setter
versionCodename String
no setter
versionIncremental String
no setter
versionPreviewSdk String
no setter
versionRelease String
no setter
versionSdk String
no setter
versionSecurityPatch String
no setter

Static Methods

init() Future<Map<String, dynamic>>