CustomDropItem<T> constructor

CustomDropItem<T>(
  1. String text,
  2. T value
)

Implementation

CustomDropItem(this.text, this.value);