LoraState constructor
LoraState({})
Implementation
LoraState({
required this.modelStatus,
this.isInitialized = false,
this.isWarmedUp = false,
this.isModelDownloaded = false,
this.downloadProgress,
this.warmupProgress,
this.errorMessage,
});