ScheduleCardModel constructor
ScheduleCardModel({})
Implementation
ScheduleCardModel({
this.outletId,
this.outletName,
this.outletType,
this.address,
this.distance,
this.activityCount,
this.isCheckin,
this.isCheckOut,
this.isCompleted,
});