PrettyJsonView constructor

const PrettyJsonView(
  1. dynamic jsonObj, {
  2. Key? key,
})

Implementation

const PrettyJsonView(this.jsonObj, {super.key});