toJson method

Map<String, dynamic> toJson()

Implementation

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