mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 07:22:27 +00:00
make variable final
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
class NonBookableSpacesParams {
|
class NonBookableSpacesParams {
|
||||||
final int currentPage;
|
final int currentPage;
|
||||||
String? searchedWords;
|
final String? searchedWords;
|
||||||
NonBookableSpacesParams({
|
NonBookableSpacesParams({
|
||||||
required this.currentPage,
|
required this.currentPage,
|
||||||
this.searchedWords,
|
this.searchedWords,
|
||||||
|
Reference in New Issue
Block a user