IContentTypeValues constructor

IContentTypeValues(
  1. IContentType markdown_,
  2. IContentType text_,
  3. IContentType html_
)

Implementation

IContentTypeValues(this.markdown_,
    this.text_,
    this.html_) : delegate = List.unmodifiable([markdown_,text_,html_]);