TreeInfo constructor

TreeInfo({
  1. required String key,
  2. String? title,
})

Implementation

TreeInfo({required this.key,this.title});