JsonTreeView constructor

const JsonTreeView({
  1. Key? key,
  2. required dynamic data,
  3. int depth = 0,
})

Implementation

const JsonTreeView({super.key, required this.data, this.depth = 0});