e static method

void e(
  1. Object e
)

Implementation

static void e(Object e) {
  debugPrint(e.toString());
}