ActivityFeed constructor
ActivityFeed({})
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
});