SignSshPublicKeyResponse.fromJson constructor

SignSshPublicKeyResponse.fromJson(
  1. Map json_
)

Implementation

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