copyWith method

  1. @override
InputBackgroundRemote copyWith({
  1. int? backgroundId,
})
override

Implementation

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