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