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