PrettyJsonView constructor
const
PrettyJsonView(
- dynamic jsonObj, {
- Key? key,
Implementation
const PrettyJsonView(this.jsonObj, {super.key});
const PrettyJsonView(this.jsonObj, {super.key});