ActivityFeed constructor

ActivityFeed({
  1. String id = "",
  2. String ownerId = "",
  3. String profileId = "",
  4. String profileName = "",
  5. String profileImgUrl = "",
  6. String message = "",
  7. String activityReferenceId = "",
  8. ActivityFeedType? activityFeedType,
  9. String mediaUrl = "",
  10. int createdTime = 0,
  11. bool unread = true,
})

Implementation

ActivityFeed({
    this.id = "",
    this.ownerId = "",
    this.profileId = "",
    this.profileName = "",
    this.profileImgUrl = "",
    this.message = "",
    this.activityReferenceId = "",
    this.activityFeedType,
    this.mediaUrl = "",
    this.createdTime = 0,
    this.unread = true
});