JsonArrayViewer constructor

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

Implementation

const JsonArrayViewer(this.jsonArray, {super.key, this.notRoot = false});