ElementypeSelfclosing constructor
const
ElementypeSelfclosing({
- required XmlSourceRange source_tag,
- required XmlSourceRange source_left_croc,
- required XmlSourceRange source_right_croc,
Implementation
const ElementypeSelfclosing({
required final this.source_tag,
required final this.source_left_croc,
required final this.source_right_croc,
});