SelectPickerItem constructor

SelectPickerItem(
  1. String title,
  2. String id,
  3. dynamic object
)

Implementation

SelectPickerItem(this.title, this.id, this.object);