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

config String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
treatment String
final

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