ItemData constructor

ItemData(
  1. String hint, {
  2. dynamic data,
})

Implementation

ItemData(this.hint, {this.data});