AliceJsonViewer constructor

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

Implementation

const AliceJsonViewer({super.key, required this.jsonObj});