ModelCompatibility class

Constructors

ModelCompatibility({required String modelId, required bool isCompatible, required String requiredPlugin, required String availablePlugin, required String expectedSpeed, required String recommendation, required String chipset, required bool hasNpu})
ModelCompatibility.fromMap(Map<String, dynamic> map)
factory

Properties

availablePlugin String
final
chipset String
final
compatibilityEmoji String
no setter
expectedSpeed String
final
hashCode int
The hash code for this object.
no setterinherited
hasNpu bool
final
isCompatible bool
final
modelId String
final
recommendation String
final
requiredPlugin String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speedText String
no setter

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