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