This commit is contained in:
factory-droid[bot]
2025-10-02 18:28:52 +00:00
parent 90113d80b0
commit ca409fabdd
7 changed files with 107 additions and 44 deletions

View File

@@ -108,9 +108,6 @@ class _$TorrentStateCopyWithImpl<$Res, $Val extends TorrentState>
final $Val _value;
// ignore: unused_field
final $Res Function($Val) _then;
/// Create a copy of TorrentState
/// with the given fields replaced by the non-null parameter values.
}
/// @nodoc
@@ -127,9 +124,6 @@ class __$$InitialImplCopyWithImpl<$Res>
__$$InitialImplCopyWithImpl(
_$InitialImpl _value, $Res Function(_$InitialImpl) _then)
: super(_value, _then);
/// Create a copy of TorrentState
/// with the given fields replaced by the non-null parameter values.
}
/// @nodoc
@@ -268,9 +262,6 @@ class __$$LoadingImplCopyWithImpl<$Res>
__$$LoadingImplCopyWithImpl(
_$LoadingImpl _value, $Res Function(_$LoadingImpl) _then)
: super(_value, _then);
/// Create a copy of TorrentState
/// with the given fields replaced by the non-null parameter values.
}
/// @nodoc
@@ -419,8 +410,6 @@ class __$$LoadedImplCopyWithImpl<$Res>
_$LoadedImpl _value, $Res Function(_$LoadedImpl) _then)
: super(_value, _then);
/// Create a copy of TorrentState
/// with the given fields replaced by the non-null parameter values.
@pragma('vm:prefer-inline')
@override
$Res call({
@@ -551,9 +540,7 @@ class _$LoadedImpl implements _Loaded {
const DeepCollectionEquality().hash(_availableSeasons),
selectedQuality);
/// Create a copy of TorrentState
/// with the given fields replaced by the non-null parameter values.
@JsonKey(includeFromJson: false, includeToJson: false)
@JsonKey(ignore: true)
@override
@pragma('vm:prefer-inline')
_$$LoadedImplCopyWith<_$LoadedImpl> get copyWith =>
@@ -678,10 +665,7 @@ abstract class _Loaded implements TorrentState {
int? get selectedSeason;
List<int>? get availableSeasons;
String? get selectedQuality;
/// Create a copy of TorrentState
/// with the given fields replaced by the non-null parameter values.
@JsonKey(includeFromJson: false, includeToJson: false)
@JsonKey(ignore: true)
_$$LoadedImplCopyWith<_$LoadedImpl> get copyWith =>
throw _privateConstructorUsedError;
}
@@ -703,8 +687,6 @@ class __$$ErrorImplCopyWithImpl<$Res>
_$ErrorImpl _value, $Res Function(_$ErrorImpl) _then)
: super(_value, _then);
/// Create a copy of TorrentState
/// with the given fields replaced by the non-null parameter values.
@pragma('vm:prefer-inline')
@override
$Res call({
@@ -743,9 +725,7 @@ class _$ErrorImpl implements _Error {
@override
int get hashCode => Object.hash(runtimeType, message);
/// Create a copy of TorrentState
/// with the given fields replaced by the non-null parameter values.
@JsonKey(includeFromJson: false, includeToJson: false)
@JsonKey(ignore: true)
@override
@pragma('vm:prefer-inline')
_$$ErrorImplCopyWith<_$ErrorImpl> get copyWith =>
@@ -854,10 +834,7 @@ abstract class _Error implements TorrentState {
const factory _Error({required final String message}) = _$ErrorImpl;
String get message;
/// Create a copy of TorrentState
/// with the given fields replaced by the non-null parameter values.
@JsonKey(includeFromJson: false, includeToJson: false)
@JsonKey(ignore: true)
_$$ErrorImplCopyWith<_$ErrorImpl> get copyWith =>
throw _privateConstructorUsedError;
}