markWithTime method

dynamic markWithTime()

Implementation

markWithTime() {
  if (!kReleaseMode) {
    DateTime now = DateTime.now();
    debugPrint(
        "[${Trace.current(1).frames[0].member}] [${_debugDateFormat.format(now)}]");
  }
}