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