RemoteConfigStatus constructor
const
RemoteConfigStatus({})
Implementation
const RemoteConfigStatus({
this.wasRequested = false,
this.isCached = false,
this.lastFetched,
this.lastCacheTime,
this.fetchSuccessful = false,
this.fetchError,
});