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