CaOptions constructor

CaOptions({
  1. bool? isCa,
  2. int? maxIssuerPathLength,
})

Implementation

CaOptions({
  this.isCa,
  this.maxIssuerPathLength,
});