ComboData2 constructor

ComboData2(
  1. String value,
  2. List<ComboData> data
)

Implementation

ComboData2(this.value, this.data);