$CertChain.fromJson constructor
$CertChain.fromJson(
- Map json_
Implementation
$CertChain.fromJson(core.Map json_)
: this(
certificates: (json_['certificates'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);