printJson method

void printJson([
  1. String? str
])

Implementation

void printJson([String? str]) {
  logger.log(str ?? json);
}