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