Count constructor

Count(
  1. {required int count,
  2. int? extra,
  3. int? clientId}
)

Contains a counter

Implementation

Count