DistributionPoint constructor
DistributionPoint({
- String? name,
- List<
DistributionPointReason> ? reasons, - String? crlIssuer,
Implementation
DistributionPoint({this.name, this.reasons, this.crlIssuer});