Gets the same string if it is not null or empty. Otherwise it returns the specified default value.
String or(String defaultValue) => orProvider(() => defaultValue);