PostsInner class abstract
PostsInner
Properties:
Constructors
- PostsInner.new([void updates(PostsInnerBuilder b)])
-
factory
Properties
- details → JsonObject?
-
Additional post details
no setterinherited
- engagement → num?
-
The total engagement metric
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexedAt → DateTime?
-
The timestamp for when the post was indexed
no setterinherited
- likes → num?
-
The number of likes on the post
no setterinherited
- postId → String?
-
The post identifier
no setterinherited
- replies → num?
-
The number of replies
no setterinherited
- reposts → num?
-
The number of reposts
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(PostsInnerBuilder)) → PostsInner -
Rebuilds the instance.
inherited
-
toBuilder(
) → PostsInnerBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
PostsInner> -
no setter