ModelCompatibility constructor
ModelCompatibility({})
Implementation
ModelCompatibility({
required this.modelId,
required this.isCompatible,
required this.requiredPlugin,
required this.availablePlugin,
required this.expectedSpeed,
required this.recommendation,
required this.chipset,
required this.hasNpu,
});