If string is null we return a zero length string otherwise we return string.
string
static String toEmpty(String? string) => Empty.toEmpty(string);