w method

void w(
  1. String message
)

Shorthand of warning

Implementation

void w(String message) => warning(message);