Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json['approvalIds'] = approvalIds; return _json; }