TListItem<T, K> constructor
const
TListItem<T, K> ({})
Implementation
const TListItem({
required this.key,
required this.data,
this.isSelected = false,
this.isExpanded = false,
this.children,
this.level = 0,
});