It joins all elements of the list with one separator and for the last iteration a different separator.
String joinLast([String separator = '', String? last]) => fn.join<V>(this, separator, last);