logJson method

void logJson([
  1. String? tag
])

Log as JSON

Implementation

void logJson([String? tag]) => Log.json(this, tag);