debug function

void debug(
  1. dynamic info, [
  2. StackTrace? stackTrace = null
])

Implementation

void debug(dynamic info, [StackTrace? stackTrace = null]) {
  _print(DEBUG, info, stackTrace);
}