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