DynamicOption constructor

DynamicOption({
  1. String? sap,
  2. String? crt,
  3. String? key,
  4. List<String>? cas,
  5. String? sni,
  6. bool? skip,
})

Implementation

DynamicOption({this.sap, this.crt, this.key, this.cas, this.sni, this.skip});