ValueErrorStateBase<T, SELF extends HasValueAndError<T> > constructor
const
ValueErrorStateBase<T, SELF extends HasValueAndError<T> > (
- T value,
- Object error
Implementation
const ValueErrorStateBase(this.value, this.error);