ApptimizeVariant class

Information about a single available variant.

Constructors

ApptimizeVariant(String experimentName, int experimentId, String variantName, int variantId)

Properties

experimentId int
The numeric id of the experiment associated with this variant
final
experimentName String
The name of the experiment associated with this variant
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variantId int
The numeric id of this variant
final
variantName String
The name of this variant
final

Methods

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

Operators

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