ListGroup constructor

ListGroup(
  1. List<ListItem> items
)

Implementation

ListGroup(this.items);