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