Comment constructor
Comment({
- int? id,
- String? category,
- String? parentAuthor,
- String? parentPermlink,
- String? author,
- String? permlink,
- String? title,
- String? body,
- String? lastUpdate,
- String? created,
- String? active,
- String? lastPayout,
- int? depth,
- int? children,
- String? cashoutTime,
- String? maxCashoutTime,
- int? totalVoteWeight,
- int? rewardWeight,
- DiscussionAsset? totalPayoutValue,
- DiscussionAsset? curatorPayoutValue,
- String? authorRewards,
- int? netVotes,
- int? rootComment,
- String? maxAcceptedPayout,
- int? percentHbd,
- bool? allowReplies,
- bool? allowVotes,
- bool? allowCurationRewards,
- List<
BeneficiaryRoute> ? beneficiaries,
Implementation
Comment({
this.id,
this.category,
this.parentAuthor,
this.parentPermlink,
this.author,
this.permlink,
this.title,
this.body,
// this.jsonMetadata,
this.lastUpdate,
this.created,
this.active,
this.lastPayout,
this.depth,
this.children,
this.netRshares,
this.absRshares,
this.voteRshares,
this.childrenAbsRshares,
this.cashoutTime,
this.maxCashoutTime,
this.totalVoteWeight,
this.rewardWeight,
this.totalPayoutValue,
this.curatorPayoutValue,
this.authorRewards,
this.netVotes,
this.rootComment,
this.maxAcceptedPayout,
this.percentHbd,
this.allowReplies,
this.allowVotes,
this.allowCurationRewards,
this.beneficiaries,
});