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