warn static method

dynamic warn(
  1. Object object
)

Implementation

static warn(Object object) {
  print(object);
}