FlagsChangedEvent class final

This event indicates that the details associated with one or more flags have changed.

This could be the value of the flag, but it could also include changes to the evaluation reason, such as being included in an experiment.

It can include new or deleted flags as well, so an evaluation may result in a FLAG_NOT_FOUND reason.

This event does not include the value of the flag. It is expected that you will call a variation method for flag values which you require.

Constructors

FlagsChangedEvent({required List<String> keys})

Properties

hashCode int
The hash code for this object.
no setteroverride
keys List<String>
The keys for flags that have changed.
final
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
toString() String
A string representation of this object.
override

Operators

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