Joins the non-null elements into a string with the given separator.
separator
String joinNonNull([String separator = '']) => validate().join(separator);