CafFailureResponse constructor
const
CafFailureResponse({
- required String? response,
- required CafFailureType type,
- required String? description,
Implementation
const CafFailureResponse({
required this.response,
required this.type,
required this.description,
});