AppFailure<T> constructor

const AppFailure<T>(
  1. AppError error
)

Implementation

const AppFailure(this.error);