in src/plugin/utils/local_storage.ts [66:71]
constructor(protected readonly modelPath: string) {
if (modelPath == null || !modelPath) {
throw new Error('modelPath must not be null, undefined or empty.');
}
this.keys = getModelKeys(this.modelPath);
}