Checks if the data is null.
@override bool decodeIsNull() { switch (_parent.buffer[_parent._offset]) { case tokenComma: case tokenLineFeed: return true; default: return false; } }