PropertyOption<T> constructor

PropertyOption<T>(
  1. String label,
  2. T value
)

Implementation

PropertyOption(this.label, this.value);