fromNative static method
Implementation
static ExperimentData fromNative(ExperimentDataNative native) {
return ExperimentData(
testId: native.testId,
userGroup: native.userGroup,
userBucket: native.userBucket);
}
static ExperimentData fromNative(ExperimentDataNative native) {
return ExperimentData(
testId: native.testId,
userGroup: native.userGroup,
userBucket: native.userBucket);
}