AndroidDeviceModel class
Constructors
- AndroidDeviceModel.new({String? product, bool? isEmulator, String? display, String? type, Version? version, String? manufacturer, String? tags, String? bootloader, String? fingerprint, String? host, String? model, String? id, bool? isDeviceRoot, String? brand, String? device, String? board, String? androidId, String? hardware})
-
AndroidDeviceModel.fromJson(Map<
String, dynamic> json)
Properties
- androidId ↔ String?
-
getter/setter pair
- board ↔ String?
-
getter/setter pair
- bootloader ↔ String?
-
getter/setter pair
- brand ↔ String?
-
getter/setter pair
- device ↔ String?
-
getter/setter pair
- display ↔ String?
-
getter/setter pair
- fingerprint ↔ String?
-
getter/setter pair
- hardware ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- host ↔ String?
-
getter/setter pair
- id ↔ String?
-
getter/setter pair
- isDeviceRoot ↔ bool?
-
getter/setter pair
- isEmulator ↔ bool?
-
getter/setter pair
- manufacturer ↔ String?
-
getter/setter pair
- model ↔ String?
-
getter/setter pair
- product ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
getter/setter pair
- type ↔ String?
-
getter/setter pair
- version ↔ Version?
-
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