HtmlToMarkdownException constructor

const HtmlToMarkdownException(
  1. String message, {
  2. int? errorCode,
})

Implementation

const HtmlToMarkdownException(this.message, {this.errorCode});