ListItem.unordered constructor
ListItem.unordered({})
Implementation
ListItem.unordered({
this.type = LI_TYPE.UNORDERED,
required this.text,
this.index,
this.indent,
this.punctuation,
this.children,
});
ListItem.unordered({
this.type = LI_TYPE.UNORDERED,
required this.text,
this.index,
this.indent,
this.punctuation,
this.children,
});