testHeaders property

  1. @visibleForTesting
Map<String, String> get testHeaders

The current set of HTTP headers that will be sent with each probe request.

Exposed for unit testing only — do not read from production code.

Implementation

@visibleForTesting
Map<String, String> get testHeaders => Map.unmodifiable(_headers);