logD method

void logD([
  1. String? tag
])

Log this object as debug

Implementation

void logD([String? tag]) => Log.d(this, tag);