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