HtmlEditorValue constructor

const HtmlEditorValue({
  1. String html = "",
})

Implementation

const HtmlEditorValue({this.html = ""});