InitialValueResult<T> constructor

const InitialValueResult<T>(
  1. T value
)

Implementation

const InitialValueResult(T value) : super(value);