FormattedJson constructor
const
FormattedJson({})
Implementation
const FormattedJson({
super.key,
this.json,
this.formattedString,
this.useSubtleStyle = false,
}) : assert((json == null) != (formattedString == null));