SelectionItemModel constructor

SelectionItemModel(
  1. dynamic value,
  2. String key
)

Implementation

SelectionItemModel(this.value, this.key);