Failure<T, E> constructor

const Failure<T, E>(
  1. E error
)

Implementation

const Failure(this.error);