Experiment class

Constructors

Experiment({required int id, required String name, required String unitType, required int iteration, required int seedHi, required int seedLo, required List<double> split, required int trafficSeedHi, required int trafficSeedLo, required List<double> trafficSplit, required int fullOnVariant, required List<ExperimentApplication> applications, required List<ExperimentVariant> variants, required bool audienceStrict, required String? audience})
Experiment.fromMap(Map<String, dynamic> data)

Properties

applications List<ExperimentApplication>
getter/setter pair
audience String?
getter/setter pair
audienceStrict bool
getter/setter pair
fullOnVariant int
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id int
getter/setter pair
iteration int
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seedHi int
getter/setter pair
seedLo int
getter/setter pair
split List<double>
getter/setter pair
trafficSeedHi int
getter/setter pair
trafficSeedLo int
getter/setter pair
trafficSplit List<double>
getter/setter pair
unitType String
getter/setter pair
variants List<ExperimentVariant>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override