info static method

void info(
  1. String value
)

Implementation

static void info(String value) => stdout.writeln(value);