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