Failure<T> constructor

const Failure<T>({
  1. required GQLException exception,
})

Implementation

const Failure({required this.exception});