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