HubStatusEntry constructor
HubStatusEntry({
- int? count,
- String? groupBy,
- PscPropagationStatus? pscPropagationStatus,
Implementation
HubStatusEntry({
this.count,
this.groupBy,
this.pscPropagationStatus,
});