BreezemoonContent constructor

BreezemoonContent({
  1. String authorName = '',
  2. String updated = '',
  3. String oId = '',
  4. String created = '',
  5. String thumbnailURL48 = '',
  6. String timeAgo = '',
  7. String content = '',
  8. String createTime = '',
  9. String city = '',
})

Implementation

BreezemoonContent({
  this.authorName = '',
  this.updated = '',
  this.oId = '',
  this.created = '',
  this.thumbnailURL48 = '',
  this.timeAgo = '',
  this.content = '',
  this.createTime = '',
  this.city = '',
});