jsonEncoder property

JsonEncoder jsonEncoder
getter/setter pair

The JsonEncoder used to serialize log data.

Defaults to a pretty-printing encoder with two-space indentation.

Implementation

JsonEncoder jsonEncoder = const JsonEncoder.withIndent('  ');