stdoutPrint static method

void stdoutPrint(
  1. Object? object
)

Implementation

static void stdoutPrint(Object? object) => stdout.write(object);