TreeSelectionOptionData<T> constructor

TreeSelectionOptionData<T>(
  1. T value,
  2. T parent
)

Implementation

TreeSelectionOptionData(this.value, this.parent);