CaOptions.fromJson constructor

CaOptions.fromJson(
  1. Map json_
)

Implementation

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