ValueErrorStateBase<T, SELF extends HasValueAndError<T>> constructor

const ValueErrorStateBase<T, SELF extends HasValueAndError<T>>(
  1. T value,
  2. Object error
)

Implementation

const ValueErrorStateBase(this.value, this.error);