responsePayloadSize property

int? responsePayloadSize

Size of the response payload.

Implementation

int? get responsePayloadSize {
  throw UnimplementedError('get responsePayloadSize is not implemented');
}
void responsePayloadSize=(int? responsePayloadSize)

Sets the size of the response payload

Implementation

set responsePayloadSize(int? responsePayloadSize) {
  throw UnimplementedError('set responsePayload() is not implemented');
}