Just<T> constructor

const Just<T>(
  1. T value
)

Implementation

const Just(this.value);