DeviceSpec class
The device spec used to generate a system APK.
Constructors
- DeviceSpec()
- DeviceSpec.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- screenDensity ↔ int
-
Screen dpi.
read / write
-
supportedAbis
↔ List<
String> -
Supported ABI architectures in the order of preference. The values should
be the string as reported by the platform, e.g. "armeabi-v7a", "x86_64".
read / write
-
supportedLocales
↔ List<
String> -
All installed locales represented as BCP-47 strings, e.g. "en-US".
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited