copyWith method
Implementation
ToggleAllDownloadsArePaused copyWith({bool? arePaused}) =>
ToggleAllDownloadsArePaused(arePaused: arePaused ?? this.arePaused);
ToggleAllDownloadsArePaused copyWith({bool? arePaused}) =>
ToggleAllDownloadsArePaused(arePaused: arePaused ?? this.arePaused);