Error<E, R> constructor

const Error<E, R>(
  1. E _e
)

Implementation

const Error(this._e);