SignSshPublicKeyResponse.fromJson constructor
SignSshPublicKeyResponse.fromJson(
- Map json_
Implementation
SignSshPublicKeyResponse.fromJson(core.Map json_)
: this(signedSshPublicKey: json_['signedSshPublicKey'] as core.String?);