Response constructor
Response({})
Implementation
Response({
required this.statusCode,
this.data,
this.headers = const {
HttpHeaders.contentTypeHeader: 'application/json',
},
this.contentType = 'application/json',
});