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