AssociationOverview constructor

AssociationOverview({
  1. Map<String, int>? associationStatusAggregatedCount,
  2. String? detailedStatus,
  3. String? status,
})

Implementation

AssociationOverview({
  this.associationStatusAggregatedCount,
  this.detailedStatus,
  this.status,
});