HubStatusEntry constructor

HubStatusEntry({
  1. int? count,
  2. String? groupBy,
  3. PscPropagationStatus? pscPropagationStatus,
})

Implementation

HubStatusEntry({
  this.count,
  this.groupBy,
  this.pscPropagationStatus,
});