HtmlPropertyOptions constructor

HtmlPropertyOptions({
  1. HtmlOperatorOptions? operatorOptions,
  2. RetrievalImportance? retrievalImportance,
})

Implementation

HtmlPropertyOptions({
  this.operatorOptions,
  this.retrievalImportance,
});