AssembleElement constructor

const AssembleElement(
  1. String name,
  2. Map<String, String> attrs,
  3. Map<String, String> raw,
  4. List<AssembleElement> children,
)

Implementation

const AssembleElement(this.name, this.attrs, this.raw, this.children);