AsyncFailure<T> constructor

const AsyncFailure<T>(
  1. Object error
)

Implementation

const AsyncFailure(this.error);