AsyncFailed<T> constructor

const AsyncFailed<T>(
  1. Object? error
)

Implementation

const AsyncFailed(this.error);