HTTPHeader class
Part of the response from GetSampledRequests. This is a complex type
that appears as
Headers
in the response syntax.
HTTPHeader
contains the names and values of all of the headers
that appear in one of the web requests.
Constructors
- HTTPHeader({String? name, String? value})
-
HTTPHeader.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited