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