MaybeError<T>.value constructor

const MaybeError<T>.value(
  1. T _value
)

Implementation

const MaybeError.value(T this._value)
    : error = null,
      statusCode = null;