FlowExperimentArtifactIntegrity constructor
const
FlowExperimentArtifactIntegrity({})
Creates explicit integrity preconditions with no permissive defaults.
Implementation
const FlowExperimentArtifactIntegrity({
required this.payloadIntegrityVerified,
required this.screenIntegrityVerified,
required this.rfwIntegrityVerified,
});