JsonArrayViewerWidget constructor

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

Implementation

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