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