|
@@ -60,7 +60,7 @@ mixin _$AppConfig {
|
|
|
int? get peekTimeInterval => throw _privateConstructorUsedError;
|
|
int? get peekTimeInterval => throw _privateConstructorUsedError;
|
|
|
bool? get enableAd => throw _privateConstructorUsedError;
|
|
bool? get enableAd => throw _privateConstructorUsedError;
|
|
|
int? get adTimeoutDuration => throw _privateConstructorUsedError;
|
|
int? get adTimeoutDuration => throw _privateConstructorUsedError;
|
|
|
- int? get reportActiveInterval => throw _privateConstructorUsedError;
|
|
|
|
|
|
|
+ int? get activeInterval => throw _privateConstructorUsedError;
|
|
|
int? get serverTime => throw _privateConstructorUsedError;
|
|
int? get serverTime => throw _privateConstructorUsedError;
|
|
|
int? get vipRemainNotice => throw _privateConstructorUsedError;
|
|
int? get vipRemainNotice => throw _privateConstructorUsedError;
|
|
|
int? get upgradeNoticeTime => throw _privateConstructorUsedError;
|
|
int? get upgradeNoticeTime => throw _privateConstructorUsedError;
|
|
@@ -120,7 +120,7 @@ abstract class $AppConfigCopyWith<$Res> {
|
|
|
int? peekTimeInterval,
|
|
int? peekTimeInterval,
|
|
|
bool? enableAd,
|
|
bool? enableAd,
|
|
|
int? adTimeoutDuration,
|
|
int? adTimeoutDuration,
|
|
|
- int? reportActiveInterval,
|
|
|
|
|
|
|
+ int? activeInterval,
|
|
|
int? serverTime,
|
|
int? serverTime,
|
|
|
int? vipRemainNotice,
|
|
int? vipRemainNotice,
|
|
|
int? upgradeNoticeTime,
|
|
int? upgradeNoticeTime,
|
|
@@ -183,7 +183,7 @@ class _$AppConfigCopyWithImpl<$Res, $Val extends AppConfig>
|
|
|
Object? peekTimeInterval = freezed,
|
|
Object? peekTimeInterval = freezed,
|
|
|
Object? enableAd = freezed,
|
|
Object? enableAd = freezed,
|
|
|
Object? adTimeoutDuration = freezed,
|
|
Object? adTimeoutDuration = freezed,
|
|
|
- Object? reportActiveInterval = freezed,
|
|
|
|
|
|
|
+ Object? activeInterval = freezed,
|
|
|
Object? serverTime = freezed,
|
|
Object? serverTime = freezed,
|
|
|
Object? vipRemainNotice = freezed,
|
|
Object? vipRemainNotice = freezed,
|
|
|
Object? upgradeNoticeTime = freezed,
|
|
Object? upgradeNoticeTime = freezed,
|
|
@@ -340,9 +340,9 @@ class _$AppConfigCopyWithImpl<$Res, $Val extends AppConfig>
|
|
|
? _value.adTimeoutDuration
|
|
? _value.adTimeoutDuration
|
|
|
: adTimeoutDuration // ignore: cast_nullable_to_non_nullable
|
|
: adTimeoutDuration // ignore: cast_nullable_to_non_nullable
|
|
|
as int?,
|
|
as int?,
|
|
|
- reportActiveInterval: freezed == reportActiveInterval
|
|
|
|
|
- ? _value.reportActiveInterval
|
|
|
|
|
- : reportActiveInterval // ignore: cast_nullable_to_non_nullable
|
|
|
|
|
|
|
+ activeInterval: freezed == activeInterval
|
|
|
|
|
+ ? _value.activeInterval
|
|
|
|
|
+ : activeInterval // ignore: cast_nullable_to_non_nullable
|
|
|
as int?,
|
|
as int?,
|
|
|
serverTime: freezed == serverTime
|
|
serverTime: freezed == serverTime
|
|
|
? _value.serverTime
|
|
? _value.serverTime
|
|
@@ -431,7 +431,7 @@ abstract class _$$AppConfigImplCopyWith<$Res>
|
|
|
int? peekTimeInterval,
|
|
int? peekTimeInterval,
|
|
|
bool? enableAd,
|
|
bool? enableAd,
|
|
|
int? adTimeoutDuration,
|
|
int? adTimeoutDuration,
|
|
|
- int? reportActiveInterval,
|
|
|
|
|
|
|
+ int? activeInterval,
|
|
|
int? serverTime,
|
|
int? serverTime,
|
|
|
int? vipRemainNotice,
|
|
int? vipRemainNotice,
|
|
|
int? upgradeNoticeTime,
|
|
int? upgradeNoticeTime,
|
|
@@ -494,7 +494,7 @@ class __$$AppConfigImplCopyWithImpl<$Res>
|
|
|
Object? peekTimeInterval = freezed,
|
|
Object? peekTimeInterval = freezed,
|
|
|
Object? enableAd = freezed,
|
|
Object? enableAd = freezed,
|
|
|
Object? adTimeoutDuration = freezed,
|
|
Object? adTimeoutDuration = freezed,
|
|
|
- Object? reportActiveInterval = freezed,
|
|
|
|
|
|
|
+ Object? activeInterval = freezed,
|
|
|
Object? serverTime = freezed,
|
|
Object? serverTime = freezed,
|
|
|
Object? vipRemainNotice = freezed,
|
|
Object? vipRemainNotice = freezed,
|
|
|
Object? upgradeNoticeTime = freezed,
|
|
Object? upgradeNoticeTime = freezed,
|
|
@@ -651,9 +651,9 @@ class __$$AppConfigImplCopyWithImpl<$Res>
|
|
|
? _value.adTimeoutDuration
|
|
? _value.adTimeoutDuration
|
|
|
: adTimeoutDuration // ignore: cast_nullable_to_non_nullable
|
|
: adTimeoutDuration // ignore: cast_nullable_to_non_nullable
|
|
|
as int?,
|
|
as int?,
|
|
|
- reportActiveInterval: freezed == reportActiveInterval
|
|
|
|
|
- ? _value.reportActiveInterval
|
|
|
|
|
- : reportActiveInterval // ignore: cast_nullable_to_non_nullable
|
|
|
|
|
|
|
+ activeInterval: freezed == activeInterval
|
|
|
|
|
+ ? _value.activeInterval
|
|
|
|
|
+ : activeInterval // ignore: cast_nullable_to_non_nullable
|
|
|
as int?,
|
|
as int?,
|
|
|
serverTime: freezed == serverTime
|
|
serverTime: freezed == serverTime
|
|
|
? _value.serverTime
|
|
? _value.serverTime
|
|
@@ -721,7 +721,7 @@ class _$AppConfigImpl with DiagnosticableTreeMixin implements _AppConfig {
|
|
|
this.peekTimeInterval,
|
|
this.peekTimeInterval,
|
|
|
this.enableAd,
|
|
this.enableAd,
|
|
|
this.adTimeoutDuration,
|
|
this.adTimeoutDuration,
|
|
|
- this.reportActiveInterval,
|
|
|
|
|
|
|
+ this.activeInterval,
|
|
|
this.serverTime,
|
|
this.serverTime,
|
|
|
this.vipRemainNotice,
|
|
this.vipRemainNotice,
|
|
|
this.upgradeNoticeTime,
|
|
this.upgradeNoticeTime,
|
|
@@ -985,7 +985,7 @@ class _$AppConfigImpl with DiagnosticableTreeMixin implements _AppConfig {
|
|
|
@override
|
|
@override
|
|
|
final int? adTimeoutDuration;
|
|
final int? adTimeoutDuration;
|
|
|
@override
|
|
@override
|
|
|
- final int? reportActiveInterval;
|
|
|
|
|
|
|
+ final int? activeInterval;
|
|
|
@override
|
|
@override
|
|
|
final int? serverTime;
|
|
final int? serverTime;
|
|
|
@override
|
|
@override
|
|
@@ -999,7 +999,7 @@ class _$AppConfigImpl with DiagnosticableTreeMixin implements _AppConfig {
|
|
|
|
|
|
|
|
@override
|
|
@override
|
|
|
String toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) {
|
|
String toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) {
|
|
|
- return 'AppConfig(apiIps: $apiIps, apiUrls: $apiUrls, routerApiUrls: $routerApiUrls, appStatUrls: $appStatUrls, assetUrls: $assetUrls, logFileUploadUrls: $logFileUploadUrls, realityApiUrls: $realityApiUrls, realityAppStatUrls: $realityAppStatUrls, realityLogFileUploadUrls: $realityLogFileUploadUrls, autoPing: $autoPing, autoPingInterval: $autoPingInterval, backupApiUrls: $backupApiUrls, cacheDataEffectiveDays: $cacheDataEffectiveDays, contacts: $contacts, follows: $follows, providers: $providers, signalThresholds: $signalThresholds, packetLossThresholds: $packetLossThresholds, skipGeo: $skipGeo, speedTestTargetList: $speedTestTargetList, websiteUrl: $websiteUrl, visitorDisabled: $visitorDisabled, privacyAgreement: $privacyAgreement, email: $email, blackPkgs: $blackPkgs, whitePkgs: $whitePkgs, accelerationSampleCount: $accelerationSampleCount, minAccelerationSampleCount: $minAccelerationSampleCount, connectionWarningThreshold: $connectionWarningThreshold, connectiveTestUrl: $connectiveTestUrl, disabledLogModules: $disabledLogModules, realTimeDbPath: $realTimeDbPath, boostTimeInterval: $boostTimeInterval, pingDisplayMode: $pingDisplayMode, peekTimeInterval: $peekTimeInterval, enableAd: $enableAd, adTimeoutDuration: $adTimeoutDuration, reportActiveInterval: $reportActiveInterval, serverTime: $serverTime, vipRemainNotice: $vipRemainNotice, upgradeNoticeTime: $upgradeNoticeTime, pushNoticeTime: $pushNoticeTime, smartGeo: $smartGeo)';
|
|
|
|
|
|
|
+ return 'AppConfig(apiIps: $apiIps, apiUrls: $apiUrls, routerApiUrls: $routerApiUrls, appStatUrls: $appStatUrls, assetUrls: $assetUrls, logFileUploadUrls: $logFileUploadUrls, realityApiUrls: $realityApiUrls, realityAppStatUrls: $realityAppStatUrls, realityLogFileUploadUrls: $realityLogFileUploadUrls, autoPing: $autoPing, autoPingInterval: $autoPingInterval, backupApiUrls: $backupApiUrls, cacheDataEffectiveDays: $cacheDataEffectiveDays, contacts: $contacts, follows: $follows, providers: $providers, signalThresholds: $signalThresholds, packetLossThresholds: $packetLossThresholds, skipGeo: $skipGeo, speedTestTargetList: $speedTestTargetList, websiteUrl: $websiteUrl, visitorDisabled: $visitorDisabled, privacyAgreement: $privacyAgreement, email: $email, blackPkgs: $blackPkgs, whitePkgs: $whitePkgs, accelerationSampleCount: $accelerationSampleCount, minAccelerationSampleCount: $minAccelerationSampleCount, connectionWarningThreshold: $connectionWarningThreshold, connectiveTestUrl: $connectiveTestUrl, disabledLogModules: $disabledLogModules, realTimeDbPath: $realTimeDbPath, boostTimeInterval: $boostTimeInterval, pingDisplayMode: $pingDisplayMode, peekTimeInterval: $peekTimeInterval, enableAd: $enableAd, adTimeoutDuration: $adTimeoutDuration, activeInterval: $activeInterval, serverTime: $serverTime, vipRemainNotice: $vipRemainNotice, upgradeNoticeTime: $upgradeNoticeTime, pushNoticeTime: $pushNoticeTime, smartGeo: $smartGeo)';
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@override
|
|
@override
|
|
@@ -1063,7 +1063,7 @@ class _$AppConfigImpl with DiagnosticableTreeMixin implements _AppConfig {
|
|
|
..add(DiagnosticsProperty('peekTimeInterval', peekTimeInterval))
|
|
..add(DiagnosticsProperty('peekTimeInterval', peekTimeInterval))
|
|
|
..add(DiagnosticsProperty('enableAd', enableAd))
|
|
..add(DiagnosticsProperty('enableAd', enableAd))
|
|
|
..add(DiagnosticsProperty('adTimeoutDuration', adTimeoutDuration))
|
|
..add(DiagnosticsProperty('adTimeoutDuration', adTimeoutDuration))
|
|
|
- ..add(DiagnosticsProperty('reportActiveInterval', reportActiveInterval))
|
|
|
|
|
|
|
+ ..add(DiagnosticsProperty('activeInterval', activeInterval))
|
|
|
..add(DiagnosticsProperty('serverTime', serverTime))
|
|
..add(DiagnosticsProperty('serverTime', serverTime))
|
|
|
..add(DiagnosticsProperty('vipRemainNotice', vipRemainNotice))
|
|
..add(DiagnosticsProperty('vipRemainNotice', vipRemainNotice))
|
|
|
..add(DiagnosticsProperty('upgradeNoticeTime', upgradeNoticeTime))
|
|
..add(DiagnosticsProperty('upgradeNoticeTime', upgradeNoticeTime))
|
|
@@ -1185,8 +1185,8 @@ class _$AppConfigImpl with DiagnosticableTreeMixin implements _AppConfig {
|
|
|
other.enableAd == enableAd) &&
|
|
other.enableAd == enableAd) &&
|
|
|
(identical(other.adTimeoutDuration, adTimeoutDuration) ||
|
|
(identical(other.adTimeoutDuration, adTimeoutDuration) ||
|
|
|
other.adTimeoutDuration == adTimeoutDuration) &&
|
|
other.adTimeoutDuration == adTimeoutDuration) &&
|
|
|
- (identical(other.reportActiveInterval, reportActiveInterval) ||
|
|
|
|
|
- other.reportActiveInterval == reportActiveInterval) &&
|
|
|
|
|
|
|
+ (identical(other.activeInterval, activeInterval) ||
|
|
|
|
|
+ other.activeInterval == activeInterval) &&
|
|
|
(identical(other.serverTime, serverTime) ||
|
|
(identical(other.serverTime, serverTime) ||
|
|
|
other.serverTime == serverTime) &&
|
|
other.serverTime == serverTime) &&
|
|
|
(identical(other.vipRemainNotice, vipRemainNotice) ||
|
|
(identical(other.vipRemainNotice, vipRemainNotice) ||
|
|
@@ -1240,7 +1240,7 @@ class _$AppConfigImpl with DiagnosticableTreeMixin implements _AppConfig {
|
|
|
peekTimeInterval,
|
|
peekTimeInterval,
|
|
|
enableAd,
|
|
enableAd,
|
|
|
adTimeoutDuration,
|
|
adTimeoutDuration,
|
|
|
- reportActiveInterval,
|
|
|
|
|
|
|
+ activeInterval,
|
|
|
serverTime,
|
|
serverTime,
|
|
|
vipRemainNotice,
|
|
vipRemainNotice,
|
|
|
upgradeNoticeTime,
|
|
upgradeNoticeTime,
|
|
@@ -1301,7 +1301,7 @@ abstract class _AppConfig implements AppConfig {
|
|
|
final int? peekTimeInterval,
|
|
final int? peekTimeInterval,
|
|
|
final bool? enableAd,
|
|
final bool? enableAd,
|
|
|
final int? adTimeoutDuration,
|
|
final int? adTimeoutDuration,
|
|
|
- final int? reportActiveInterval,
|
|
|
|
|
|
|
+ final int? activeInterval,
|
|
|
final int? serverTime,
|
|
final int? serverTime,
|
|
|
final int? vipRemainNotice,
|
|
final int? vipRemainNotice,
|
|
|
final int? upgradeNoticeTime,
|
|
final int? upgradeNoticeTime,
|
|
@@ -1387,7 +1387,7 @@ abstract class _AppConfig implements AppConfig {
|
|
|
@override
|
|
@override
|
|
|
int? get adTimeoutDuration;
|
|
int? get adTimeoutDuration;
|
|
|
@override
|
|
@override
|
|
|
- int? get reportActiveInterval;
|
|
|
|
|
|
|
+ int? get activeInterval;
|
|
|
@override
|
|
@override
|
|
|
int? get serverTime;
|
|
int? get serverTime;
|
|
|
@override
|
|
@override
|