info method

void info(
  1. String message
)

Implementation

void info(String message) => stdout.writeln(message);