bytes property

List<int>? bytes
final

Raw response body. Set by drivers that can supply it; when a driver leaves it null the transport falls back to the UTF-8 bytes of body. Only the file-download calls read it — everything else parses body.

Implementation

final List<int>? bytes;