RemoteConfigStatus class

Estado de la configuración remota

Constructors

RemoteConfigStatus({bool wasRequested = false, bool isCached = false, DateTime? lastFetched, DateTime? lastCacheTime, bool fetchSuccessful = false, String? fetchError})
const

Properties

fetchError String?
final
fetchSuccessful bool
final
hashCode int
The hash code for this object.
no setterinherited
isCached bool
final
lastCacheTime DateTime?
final
lastFetched DateTime?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusDescription String
Descripción del estado
no setter
timeSinceLastCache Duration?
Tiempo transcurrido desde el último cache
no setter
timeSinceLastFetch Duration?
Tiempo transcurrido desde la última actualización
no setter
wasRequested bool
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