PersonalizationMetadata class

LINT.IfChange Metadata associated with a particular Remote Config parameter key, managed by Firebase Personalization.

Constructors

PersonalizationMetadata({int? armIndex, String? choiceId, String? group, String? personalizationId})
PersonalizationMetadata.fromJson(Map json_)

Properties

armIndex int?
The selected arm's index, which may be 0.
getter/setter pair
choiceId String?
Identifier for the choice.
getter/setter pair
group String?
Variant group to which user belongs. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
personalizationId String?
The ID of this Personalization experiment.
getter/setter pair
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