ApiFailure<T> constructor
const
ApiFailure<T> (
- String message, [
- Object? error,
- StackTrace? stackTrace
Implementation
const ApiFailure(this.message, [this.error, this.stackTrace]);