actualNetworkResponse property

NiddlerResponse? actualNetworkResponse
final

The actual network response that was received over 'the wire'. Useful for when other interceptors modify the data after niddler has seen it. Can be null

Implementation

final NiddlerResponse? actualNetworkResponse;