Got<T, E> constructor

const Got<T, E>(
  1. T value
)

Implementation

const Got(this.value);