Return left string if not blank. Otherwise return right string.
String operator |(Object? s) => ifBlank("$s") ?? "";