CertificateInfo.fromJson constructor

CertificateInfo.fromJson(
  1. Map json_
)

Implementation

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