warning static method

String warning(
  1. String message
)

Implementation

static String warning(String message) => 'Warning: $message';