JsonArrayViewer constructor

JsonArrayViewer(
  1. List jsonArray, {
  2. bool notRoot = false,
})

Implementation

JsonArrayViewer(this.jsonArray, {this.notRoot: false});