Failure<T> constructor
- {int? code,
- String? message,
- required AnybillErrorType type}
The state of failure when requesting data from the API.
Implementation
Failure({
this.code,
this.message,
required this.type,
});
The state of failure when requesting data from the API.
Failure({
this.code,
this.message,
required this.type,
});