Environ constructor

Environ({
  1. String? mdc,
  2. String? version,
  3. String? name,
  4. String? crt,
  5. String? key,
  6. String? rootCrt,
  7. Lattice? lattice,
})

Implementation

Environ({this.mdc, this.version, this.name, this.crt, this.key, this.rootCrt, this.lattice});