Failure constructor
const
Failure(
- ErrorSource errorType,
- ResponseCode code,
- String message
Implementation
const Failure(this.errorType, this.code, this.message);