Option<T> constructor

const Option<T>(
  1. T? value
)

Implementation

const Option(this.value);