Description:
This pull request replaces the hardcoded "null" string in the nullSafeToString method with the existing NULL_STRING constant to improve maintainability and readability.
Changes:
Replaced occurrences of the hardcoded "null" string with the already declared NULL_STRING constant.