GetBlogsData constructor
GetBlogsData({})
Implementation
GetBlogsData({
required this.page,
required this.pageSize,
required this.totalPages,
required this.totalData,
required this.blogPosts,
});
GetBlogsData({
required this.page,
required this.pageSize,
required this.totalPages,
required this.totalData,
required this.blogPosts,
});