Count constructor

const Count({
  1. required int count,
})

Implementation

const factory Count({
  required int count,
}) = _Count;