core.Map<core.String, core.dynamic> toJson() => { if (contentUrl != null) 'contentUrl': contentUrl!, if (height != null) 'height': height!, if (width != null) 'width': width!, };