Count constructor

Count({
  1. required int count,
})

Implementation

Count({required this.count});