Added tag bookmarks screen
This commit is contained in:
9
lib/screens/bookmarks/model/bookmarks.model.dart
Normal file
9
lib/screens/bookmarks/model/bookmarks.model.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
class BookmarksModel {
|
||||
int currentPage;
|
||||
int limit;
|
||||
|
||||
BookmarksModel({
|
||||
this.currentPage = 0,
|
||||
this.limit = 100,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user