d static method

void d(
  1. dynamic msg, [
  2. String? tag
])

Implementation

static void d(dynamic msg, [String? tag]) => Log.d(msg, tag);