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