logI method

void logI([
  1. String? tag
])

Log this object as info

Implementation

void logI([String? tag]) => Log.i(this, tag);