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