copyWith method

RemoveInstalledBackground copyWith({
  1. int? backgroundId,
})

Implementation

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