json static method

void json(
  1. String? json, {
  2. String? tag,
})

Implementation

static void json(String? json, {String? tag}) {
  _printer.json(json, tag: tag);
}