JsonObjectViewer constructor

JsonObjectViewer(
  1. Map<String, dynamic> jsonObj, {
  2. bool notRoot = false,
  3. required SubController controller,
  4. required bool openStateDefault,
  5. dynamic onTap(
    1. dynamic val
    )?,
})

Implementation

JsonObjectViewer(this.jsonObj, {this.notRoot: false, required this.controller, required this.openStateDefault, this.onTap,});