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