Just<T> constructor

const Just<T>(
  1. T value
)

Implementation

const factory Just(final T value) = _$JustImpl<T>;