FnJsonObjectViewer constructor

const FnJsonObjectViewer(
  1. Map<String, dynamic> jsonObj, {
  2. Key? key,
  3. bool notRoot = false,
})

Implementation

const FnJsonObjectViewer(this.jsonObj, {Key? key, this.notRoot = false}) : super(key: key);