copyBinaryData property

bool copyBinaryData
final

If false, decoded binary data buffers will reference underlying input buffer and thus may change when the content of input buffer changes.

If true, decoded buffers are copies and the underlying input buffer is free to change after decoding.

Implementation

final bool copyBinaryData = false;