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