Returns null if string is blank. Otherwise, returns the string.
String? get nullIfBlank => ifBlank(null);