JsonArrayViewer constructor

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

Implementation

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