responsePayloadSize property

int? responsePayloadSize

Size of the response payload.

Implementation

int? get responsePayloadSize => _delegate.responsePayloadSize;
void responsePayloadSize=(int? responsePayloadSize)

Size of the response payload.

If the HttpMetric has already been stopped, returns immediately without taking action.

Implementation

set responsePayloadSize(int? responsePayloadSize) {
  _delegate.responsePayloadSize = responsePayloadSize;
}