response property Null safety
final
Information received in response to the initial HTTP request.
Can be null
if the request has not yet been responded to.
Implementation
final HttpProfileResponseData? response;
Information received in response to the initial HTTP request.
Can be null
if the request has not yet been responded to.
final HttpProfileResponseData? response;