SplitResult class
Represents the result of an evaluation, alongside the split's configuration.
The treatment field contains the result of the evaluation.
The config contains the configuration for the split, if any. May be null.
Constructors
- SplitResult(String treatment, String? config)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited