FnJsonViewer constructor

const FnJsonViewer(
  1. dynamic jsonObj, {
  2. Key? key,
})

Implementation

const FnJsonViewer(this.jsonObj, {Key? key}) : super(key: key);