CaOptions.fromJson constructor
CaOptions.fromJson(
- Map json_
Implementation
CaOptions.fromJson(core.Map json_)
: this(
isCa: json_['isCa'] as core.bool?,
maxIssuerPathLength: json_['maxIssuerPathLength'] as core.int?,
);