RemovePublicKeyRequest.fromJson constructor

RemovePublicKeyRequest.fromJson(
  1. Map json_
)

Implementation

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