error static method

dynamic error(
  1. Object object
)

Implementation

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