Response constructor Null safety

Response(
  1. {int? statusCode,
  2. String? body,
  3. HttpConnectionInfo? connectionInfo,
  4. HttpHeaders? headers}
)

Implementation

Response({this.statusCode, this.body, this.connectionInfo, this.headers});