DeviceSpec class
The device spec used to generate a system APK.
Constructors
-
DeviceSpec({int? screenDensity, List<
String> ? supportedAbis, List<String> ? supportedLocales}) - DeviceSpec.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenDensity ↔ int?
-
Screen dpi.
getter/setter pair
-
supportedAbis
↔ List<
String> ? -
Supported ABI architectures in the order of preference.
getter/setter pair
-
supportedLocales
↔ List<
String> ? -
All installed locales represented as BCP-47 strings, e.g. "en-US".
getter/setter pair
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