core.Map<core.String, core.dynamic> toJson() { final input = this.input; final methodName = this.methodName; return {'input': ?input, 'methodName': ?methodName}; }