JsonArrayViewer constructor
JsonArrayViewer(
- List jsonArray, {
- bool notRoot = false,
- required SubController controller,
- required bool openStateDefault,
- dynamic onTap(
- dynamic val
Implementation
JsonArrayViewer(this.jsonArray, {this.notRoot: false, required this.controller, required this.openStateDefault, this.onTap});