ActivityResponse constructor
ActivityResponse({})
Implementation
ActivityResponse({
required this.applicationId,
required this.campaignId,
required this.id,
this.end,
this.result,
this.scheduledStart,
this.start,
this.state,
this.successfulEndpointCount,
this.timezonesCompletedCount,
this.timezonesTotalCount,
this.totalEndpointCount,
this.treatmentId,
});