Added mark as read or unread

This commit is contained in:
Juan Gilsanz Polo
2024-02-25 21:09:54 +01:00
parent 776ec9f392
commit 175963883f
12 changed files with 145 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
class PostBookmark {
class SetBookmarkData {
final String url;
final String title;
final String description;
@@ -7,7 +7,7 @@ class PostBookmark {
final bool shared;
final String tagNames;
const PostBookmark({
const SetBookmarkData({
required this.url,
required this.title,
required this.description,