menu
flutter_json_viewer_new package
documentation
flutter_json_viewer.dart
JsonArrayViewer
JsonArrayViewer const constructor
JsonArrayViewer const constructor
dark_mode
light_mode
JsonArrayViewer
constructor
const
JsonArrayViewer
(
List
jsonArray
, {
Key
?
key
,
bool
notRoot
=
false
,
})
Implementation
const JsonArrayViewer( this.jsonArray, { super.key, this.notRoot = false, });
flutter_json_viewer_new package
documentation
flutter_json_viewer
JsonArrayViewer
JsonArrayViewer const constructor
JsonArrayViewer class