@override operator []=(String key, value) { switch (key) { case "path": this.path = value as String; break; default: wrapped[key] = value; } }