error static method

String error(
  1. String message
)

Implementation

static String error(String message) => 'Error: $message';