ListState constructor

ListState(
  1. String selection,
  2. List<String> items
)

Implementation

ListState(this.selection, this.items);