DeviceInfo class
Constructors
-
DeviceInfo({required String deviceModel, required String deviceManufacturer, required String chipset, required int androidVersion, required bool hasNpu, required bool hasGpu, required bool hasCpu, required List<
String> supportedPlugins, required String performanceLevel}) -
DeviceInfo.fromMap(Map<
String, dynamic> map) -
factory
Properties
- androidVersion → int
-
final
- chipset → String
-
final
- chipsetFriendlyName → String
-
no setter
- deviceManufacturer → String
-
final
- deviceModel → String
-
final
- hasCpu → bool
-
final
- hasGpu → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasNpu → bool
-
final
- performanceLevel → String
-
final
- performanceLevelText → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
supportedPlugins
→ List<
String> -
final
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