mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-26 03:49:41 +00:00
fix imports and make final params class
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
class BookableSpacesParams {
|
||||
int currentPage;
|
||||
final int currentPage;
|
||||
BookableSpacesParams({
|
||||
required this.currentPage,
|
||||
});
|
||||
|
@ -1,4 +1,3 @@
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/domain/models/bookable_space_model.dart';
|
||||
import 'package:syncrow_web/utils/string_utils.dart';
|
||||
|
||||
|
Reference in New Issue
Block a user