core.Map<core.String, core.dynamic> toJson() => { if (referrer != null) 'referrer': referrer!, if (remoteIp != null) 'remoteIp': remoteIp!, if (type != null) 'type': type!, if (url != null) 'url': url!, };