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