core.Map<core.String, core.dynamic> toJson() => { if (account != null) 'account': account!, if (service != null) 'service': service!, if (user != null) 'user': user!, };