copyWith method

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

Implementation

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