ContentModel class
Constructors
-
ContentModel.new({required String author, required String permlink, required String title, required String body, required int bodyLength, required String category, required String created, required String lastUpdate, required String url, required String jsonMetadata, required int children, required int netVotes, required int depth, required List<
ActiveContentVote> activeVotes, required List<BeneficiaryContent> beneficiaries, required String payOutValue}) -
ContentModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
activeVotes
→ List<
ActiveContentVote> -
final
-
final
-
beneficiaries
→ List<
BeneficiaryContent> -
final
- body → String
-
final
- bodyLength → int
-
final
- category → String
-
final
- children → int
-
final
- created → String
-
final
- depth → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jsonMetadata → String
-
final
- lastUpdate → String
-
final
- netVotes → int
-
final
- payOutValue → String
-
final
- permlink → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
final
- url → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited