CRL constructor

CRL({
  1. String? suite,
  2. String? project,
  3. String? name,
  4. String? version,
})

Implementation

CRL({this.suite, this.project, this.name, this.version});