JsonObjectViewer constructor

const JsonObjectViewer(
  1. Map jsonObj, {
  2. Key? key,
  3. bool notRoot = false,
})

Implementation

const JsonObjectViewer(
  this.jsonObj, {
  super.key,
  this.notRoot = false,
});