AssociatedCount constructor

AssociatedCount({
  1. int? associatedCount,
})

Implementation

AssociatedCount({
  this.associatedCount,
});