InfiniteScrollPODO.setData constructor

InfiniteScrollPODO.setData({
  1. required int id,
  2. required String avatarPath,
  3. required String title,
  4. required String description,
  5. required String createdAt,
})

Implementation

InfiniteScrollPODO.setData({
  required this.id,
  required this.avatarPath,
  required this.title,
  required this.description,
  required this.createdAt,
});