FnJsonArrayViewer constructor

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

Implementation

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