class ListSection { const ListSection({this.items}); final List items; }