DistributionPoint constructor

DistributionPoint({
  1. DistributionPointName? name,
  2. List<DistributionPointReason>? reasons,
  3. String? crlIssuer,
})

Implementation

DistributionPoint({this.name, this.reasons, this.crlIssuer});