Survey constructor

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

Implementation

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