SprintlnAll function

String SprintlnAll(
  1. Iterable<Object?> values
)

Implementation

String SprintlnAll(Iterable<Object?> values) =>
    stringForProfile('${_join(values, sep: ' ')}\n', Writer.colorProfile);