RemoteConfigUpdate class

Used by Remote Config real-time config update service, this class represents changes between the newly fetched config and the current one.

An instance of this class is returned from FirebaseRemoteConfig.onConfigUpdated.

Constructors

RemoteConfigUpdate(Set<String> updatedKeys)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedKeys Set<String>
Parameter keys whose values have been updated from the currently activated values. Includes keys that are added, deleted, and whose value, value source, or metadata has changed.
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