escapeNulls property
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;
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.
core.bool? escapeNulls;