ConfigSourceInfo class
Información completa sobre el origen de la configuración
Constructors
-
ConfigSourceInfo({required RemoteConfigStatus remoteStatus, required Map<
String, ConfigValueSource> parameterSources}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parameterSources
→ Map<
String, ConfigValueSource> -
final
- remoteStatus → RemoteConfigStatus
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getParameterSource(
String parameterName) → ConfigValueSource? - Obtiene el origen de un parámetro específico
-
getSourceCounts(
) → Map< ConfigValueSource, int> - Cuenta parámetros por origen
-
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