SprintfAll function

String SprintfAll(
  1. String format,
  2. List<Object?> args
)

Implementation

String SprintfAll(String format, List<Object?> args) =>
    stringForProfile(_sprintf(format, args), Writer.colorProfile);