DocumentHandler constructor
DocumentHandler({
- HandlerMethod<
Doctype> ? doctype, - HandlerMethod<
Comment> ? comments, - HandlerMethod<
Text> ? text, - HandlerMethod<
DocumentEnd> ? end,
Implementation
external factory DocumentHandler({
HandlerMethod<Doctype>? doctype,
HandlerMethod<Comment>? comments,
HandlerMethod<Text>? text,
HandlerMethod<DocumentEnd>? end,
});