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