FeedsDatum constructor
FeedsDatum({
- int? feedsDatumCreatedAt,
- String? createdAt,
- String? updatedAt,
- int? id,
- int? userId,
- String? message,
- List<
Tag> ? tags, - dynamic urgencyId,
- int? expiry,
- String? bountyStatus,
- List<
SuggestedUser> ? suggestedUsers, - List<
Tag> ? suggestedTags, - String? lastAnswered,
- int? publishedAt,
- bool? newAnswer,
- bool? communityOnly,
- List<
Hunter> ? hunters, - User? user,
- List<
BountyCommunityMap> ? bountyCommunityMaps,
Implementation
FeedsDatum({
this.feedsDatumCreatedAt,
this.createdAt,
this.updatedAt,
this.id,
this.userId,
this.message,
this.tags,
this.urgencyId,
this.expiry,
this.bountyStatus,
this.suggestedUsers,
this.suggestedTags,
this.lastAnswered,
this.publishedAt,
this.newAnswer,
this.communityOnly,
this.hunters,
this.user,
this.bountyCommunityMaps,
});