escapeNulls property

bool? escapeNulls
getter/setter pair

If set, allows NULL values to be encoded as the empty string "".

The actual empty string, or any value which only contains the null byte 0x00, has one more null byte appended.

Implementation

core.bool? escapeNulls;