ItemResults<I extends ItemClassWithAccessor> constructor

const ItemResults<I extends ItemClassWithAccessor>(
  1. List<I> items
)

State containing the items that have been filtered and searched according to the active conditions and search query.

The items should be the source of truth to render in your list UI.

Implementation

const ItemResults(this.items);