JsonView constructor

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

Implementation

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