raw static method

void raw(
  1. String message
)

Implementation

static void raw(String message) => print(message);