ElementypeSelfclosing constructor

const ElementypeSelfclosing({
  1. required XmlSourceRange source_tag,
  2. required XmlSourceRange source_left_croc,
  3. 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,
});