AssociatedCount$Response constructor

const AssociatedCount$Response({
  1. int? associatedCount,
})

Implementation

const AssociatedCount$Response({
  this.associatedCount,
});