RemovePublicKeyRequest.fromJson constructor
RemovePublicKeyRequest.fromJson(
- Map json_
Implementation
RemovePublicKeyRequest.fromJson(core.Map json_)
: this(
key: json_['key'] as core.String?,
);