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, 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
-
final
- active → String?
-
final
- allowCurationRewards → bool?
-
final
- allowReplies → bool?
-
final
- allowVotes → bool?
-
final
-
final
-
final
-
beneficiaries
→ List<
BeneficiaryRoute> ? -
final
- body → String?
-
final
- cashoutTime → String?
-
final
- category → String?
-
final
- children → int?
-
final
-
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
-
final
- netVotes → int?
-
final
- parentAuthor → String?
-
final
- parentPermlink → String?
-
final
- percentHbd → int?
-
final
- permlink → String?
-
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
-
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