MnnRuntimeSnapshot constructor
const
MnnRuntimeSnapshot({
- required int revision,
- required String engineState,
- required String modelState,
- required String serverState,
- required String generationState,
- MnnModelInfo? activeModel,
- MnnServerInfo? server,
- String? lastError,
Implementation
const MnnRuntimeSnapshot({
required this.revision,
required this.engineState,
required this.modelState,
required this.serverState,
required this.generationState,
this.activeModel,
this.server,
this.lastError,
});