delimiter property Null safety
read / write
The delimiter used for packing and unpacking this HLC in a string.
Useful if you have an existing HLC that doesn't use the default, a colon (:).
Implementation
static String delimiter = ':';
The delimiter used for packing and unpacking this HLC in a string.
Useful if you have an existing HLC that doesn't use the default, a colon (:).
static String delimiter = ':';