Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'input'] = this.input; json[r'model'] = this.model; return json; }