Added read status selector
This commit is contained in:
@@ -9,6 +9,7 @@ class BookmarksModel {
|
||||
LoadStatus inialLoadStatus;
|
||||
bool loadingMore;
|
||||
int maxNumber;
|
||||
ReadStatus readStatus;
|
||||
|
||||
BookmarksModel({
|
||||
this.currentPage = 0,
|
||||
@@ -17,5 +18,6 @@ class BookmarksModel {
|
||||
this.inialLoadStatus = LoadStatus.loading,
|
||||
this.loadingMore = false,
|
||||
this.maxNumber = 0,
|
||||
this.readStatus = ReadStatus.all,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user