exportJson static method

String exportJson()

Export all logs as JSON.

Implementation

static String exportJson() {
  return jsonEncode(_logs.map((l) => l.toMap()).toList());
}