copyWith method
Implementation
RemoveInstalledBackground copyWith({int? backgroundId}) =>
RemoveInstalledBackground(
backgroundId: backgroundId ?? this.backgroundId,
);
RemoveInstalledBackground copyWith({int? backgroundId}) =>
RemoveInstalledBackground(
backgroundId: backgroundId ?? this.backgroundId,
);