ExperimentLite class

A lighter version of ExperimentPayload that describes an experiment by only its experimentId.

To be used when we don't need to know all the details about the experiment, such as when sending a list of all ongoing experiments.

Constructors

ExperimentLite({String? experimentId})
ExperimentLite.fromJson(Map _json)

Properties

experimentId String?
A string of max length 22 characters.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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