JsonViewer constructor

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

Implementation

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