PublishingOptions constructor

PublishingOptions({
  1. String? encodingFormat,
  2. bool? publishCaCert,
  3. bool? publishCrl,
})

Implementation

PublishingOptions({
  this.encodingFormat,
  this.publishCaCert,
  this.publishCrl,
});