info static method

String info(
  1. String message
)

Implementation

static String info(String message) => 'Information: $message';