Comment class

Implementers

Constructors

Comment.new({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, int? netRshares, int? absRshares, String? voteRshares, String? childrenAbsRshares, 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})
Comment.fromJson(Map<String, dynamic> json)
factory
Comment.fromRawJson(String str)
factory

Properties

absRshares int?
final
active String?
final
allowCurationRewards bool?
final
allowReplies bool?
final
allowVotes bool?
final
author String?
final
authorRewards String?
final
beneficiaries List<BeneficiaryRoute>?
final
body String?
final
cashoutTime String?
final
category String?
final
children int?
final
childrenAbsRshares String?
final
created String?
final
curatorPayoutValue DiscussionAsset?
final
depth int?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
lastPayout String?
final
lastUpdate String?
final
maxAcceptedPayout String?
final
maxCashoutTime String?
final
netRshares int?
final
netVotes int?
final
parentAuthor String?
final
final
percentHbd int?
final
final
rewardWeight int?
final
rootComment int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
totalPayoutValue DiscussionAsset?
final
totalVoteWeight int?
final
voteRshares String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toRawJson() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited