RolloutMetadata class

Metadata describing Remote Config rollouts.

Constructors

RolloutMetadata({List<String>? affectedParameterKeys, String? rolloutId, String? variantId})
RolloutMetadata.fromJson(Map json_)

Properties

affectedParameterKeys List<String>?
The parameter keys affected by this rollout.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rolloutId String?
The Firebase Remote Config rollout ID uniquely identifying a rollout.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variantId String?
The variant of the rollout assigned to this instance in this fetch response.
getter/setter pair

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