HierarchyPathEntry constructor

const HierarchyPathEntry({
  1. String? facetName,
  2. String? facetValue,
  3. int? depth,
})

Returns a new HierarchyPathEntry instance.

Implementation

const HierarchyPathEntry({
  this.facetName,
  this.facetValue,
  this.depth,
});