Converts the items in the list to a string and concatenates them using the provided separator.
separator
@override String join([String separator = ""]) => _items.join(separator);