JsonArrayViewerWidget constructor

const JsonArrayViewerWidget(
  1. List jsonArray, {
  2. Key? key,
  3. bool? notRoot,
})

Implementation

const JsonArrayViewerWidget(this.jsonArray, {super.key, this.notRoot});