log method

void log(
  1. String s
)

Implementation

void log(String s) {
  if (logIt) print('---- $s');
}