log method

void log()

Implementation

void log() {
  if (kDebugMode) {
    print(toString());
  }
}