Adds add to this if it is not null.
add
Map<T1, T2> maybeAdd(Map<T1, T2>? add) => maybeAddToMap(this, add)!;