Adds add to this if it is not null.
add
Iterable<T> maybeAdd(Iterable<T>? add) => maybeAddToIterable(this, add)!;