ExtendedControl<T, V> constructor

ExtendedControl<T, V>(
  1. AbstractControl<T> control,
  2. V? value()
)

Implementation

ExtendedControl(this.control, this.value);