ProcessingOptions constructor

ProcessingOptions({
  1. bool? disableStreetAddressResolution,
  2. String? htmlSanitization,
})

Implementation

ProcessingOptions({
  this.disableStreetAddressResolution,
  this.htmlSanitization,
});