ListItem constructor

ListItem(
  1. BlockGroup item, [
  2. ListGroup? innerList
])

Implementation

ListItem(this.item, [this.innerList]);