class BookmarksModel { int currentPage; int limit; BookmarksModel({ this.currentPage = 0, this.limit = 100, }); }