TreeSelectionOptionData<T> constructor
TreeSelectionOptionData<T> (
- T value,
- T parent
Implementation
TreeSelectionOptionData(this.value, this.parent);
TreeSelectionOptionData(this.value, this.parent);