Option<T> constructor

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

Implementation

const Option(this.text, this.value);