core.Map<core.String, core.dynamic> toJson() => { if (delegates != null) 'delegates': delegates!, if (lifetime != null) 'lifetime': lifetime!, if (scope != null) 'scope': scope!, };