VisitsModel constructor

VisitsModel({
  1. Visit? visit,
  2. Survey? survey,
})

Implementation

VisitsModel({this.visit, this.survey});