Fail<E> constructor

const Fail<E>(
  1. E error
)

Implementation

const Fail(this.error);