Map<String, dynamic> toJson() { return <String, dynamic>{ 'url': url, 'width': width, 'height': height, 'size': size }; }