Counter constructor

Counter(String name, String description)

Implementation

Counter(String name, String description) : super(name, description);