Opt<T> constructor

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

Implementation

const Opt(this.value);