Failure constructor
Failure({
- int? statusCode = 100,
- String? message = "",
- dynamic response,
- ErrorModel? error,
- String? timestamp,
Implementation
Failure({
this.statusCode = 100,
this.message = "",
dynamic response,
this.error,
this.timestamp,
});