DataItemView constructor

DataItemView({
  1. DataItem? dataItem,
  2. List<Annotation> annotations = const [],
  3. bool hasTruncatedAnnotations = false,
})

Implementation

DataItemView({
  this.dataItem,
  this.annotations = const [],
  this.hasTruncatedAnnotations = false,
}) : super(fullyQualifiedName);