json method
Adds value as indented JSON.
Implementation
void json(Object? value) =>
_add(LiveTone.plain, const JsonEncoder.withIndent(' ').convert(value));
Adds value as indented JSON.
void json(Object? value) =>
_add(LiveTone.plain, const JsonEncoder.withIndent(' ').convert(value));