Holds constructor

Holds({
  1. int? total,
  2. int? position,
})

Implementation

Holds({this.total, this.position});