core.Map<core.String, core.dynamic> toJson() { final intermediateCas = this.intermediateCas; final trustAnchors = this.trustAnchors; return {'intermediateCas': ?intermediateCas, 'trustAnchors': ?trustAnchors}; }