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