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