bool retainOriginalBytes
read / write

Whether or not bytes are available as a list after decoding has occurred.

By default, invoking decodedData (or one of the methods that invokes it) will discard the initial bytes and only keep the decoded value. Setting this flag to false will keep a copy of the original bytes, accessible through asBytes.