make variable final

This commit is contained in:
Rafeek-Khoudare
2025-07-22 10:35:06 +03:00
parent 85d65b2d96
commit 066fe4bc95

View File

@ -1,6 +1,6 @@
class NonBookableSpacesParams {
final int currentPage;
String? searchedWords;
final String? searchedWords;
NonBookableSpacesParams({
required this.currentPage,
this.searchedWords,