Returns all values in values concatenated with spaces and newline.
values
String SprintlnAll(Iterable<Object?> values) => stringForProfile('${_join(values, sep: ' ')}\n', Writer.colorProfile);