DeviceSettings class

Constructors

DeviceSettings({required dynamic platform, required dynamic uuid, required dynamic deviceModel, required dynamic osVersion, required dynamic androidSdk, required dynamic releaseVersion, required dynamic packageName, required dynamic appName, required dynamic appVersion, required dynamic developerModeOn, required dynamic usbDebuggingOn, required dynamic rooted, required dynamic storageAccess})

Properties

androidSdk int
getter/setter pair
appName String
getter/setter pair
appVersion String
getter/setter pair
developerModeOn bool
getter/setter pair
deviceModel String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
osVersion String
getter/setter pair
packageName String
getter/setter pair
platform String
getter/setter pair
releaseVersion double
getter/setter pair
rooted bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageAccess bool
getter/setter pair
usbDebuggingOn bool
getter/setter pair
uuid String
getter/setter pair

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