factory ScriptRefNativeScript.fromJson(Map<String, dynamic> json) { return ScriptRefNativeScript(NativeScript.fromJson(json['script'])); }