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