Visit constructor

Visit({
  1. int? completed,
  2. int? total,
})

Implementation

Visit({this.completed, this.total});