JsonObjectViewer constructor

JsonObjectViewer(
  1. Map<String, dynamic> jsonObj, {
  2. Key? key,
  3. bool notRoot = false,
})

Implementation

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