JsonObjectViewer constructor

JsonObjectViewer(
  1. Map<String, dynamic> jsonObj, {
  2. bool notRoot = false,
})

Implementation

JsonObjectViewer(this.jsonObj, {this.notRoot: false});