Response constructor Null safety
- {required Request request,
- int? statusCode,
- String? body,
- HttpConnectionInfo? connectionInfo,
- HttpHeaders? headers}
Implementation
Response({
required this.request,
this.statusCode, this.body, this.connectionInfo, this.headers});