Counter constructor Null safety

Counter(
  1. String name,
  2. String description
)

Implementation

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