InfiniteScrollPODO constructor

InfiniteScrollPODO({
  1. int id = 0,
  2. String avatarPath = '',
  3. String title = '',
  4. String description = '',
  5. String createdAt = '',
})

Implementation

InfiniteScrollPODO({
  this.id = 0,
  this.avatarPath = '',
  this.title = '',
  this.description = '',
  this.createdAt = '',
});