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