body property
Response body binary payload for buffered responses.
Always empty when isStreaming is true — streaming responses deliver
their bytes through takeBodyStream instead.
Implementation
final Uint8List body;
Response body binary payload for buffered responses.
Always empty when isStreaming is true — streaming responses deliver
their bytes through takeBodyStream instead.
final Uint8List body;