d static method

dynamic d(
  1. String message
)

Implementation

static d(String message) {
  if (kDebugMode) {
    debugPrint("YLog: $message");
  }
}