DataItemView constructor
DataItemView({
- DataItem? dataItem,
- List<
Annotation> annotations = const [], - bool hasTruncatedAnnotations = false,
Implementation
DataItemView({
this.dataItem,
this.annotations = const [],
this.hasTruncatedAnnotations = false,
}) : super(fullyQualifiedName);