LazyJsonViewer constructor

const LazyJsonViewer({
  1. Key? key,
  2. dynamic json,
})

Implementation

const LazyJsonViewer({super.key, this.json});