copyWith method
Implementation
SearchBackground copyWith({
String? name,
}) =>
SearchBackground(
name: name ?? this.name,
);
SearchBackground copyWith({
String? name,
}) =>
SearchBackground(
name: name ?? this.name,
);