toFormattedJson method
Serializes the event to formatted, indented JSON.
Implementation
String toFormattedJson() => const JsonEncoder.withIndent(' ').convert(toJson());
Serializes the event to formatted, indented JSON.
String toFormattedJson() => const JsonEncoder.withIndent(' ').convert(toJson());