SmartphoneStudyStatusEvent constructor

const SmartphoneStudyStatusEvent(
  1. SmartphoneStudy study,
  2. StudyStatusEventTypes event, [
  3. SmartphoneDeploymentExecutorSamplingState? state
])

Implementation

const SmartphoneStudyStatusEvent(super.study, super.event, [this.state]);