TreeVO<T extends TreeData> constructor

TreeVO<T extends TreeData>({
  1. T? data,
})

Implementation

TreeVO({this.data});