Post class abstract

Post

Properties:

Constructors

Post([void updates(PostBuilder b)])
factory

Properties

channelId String?
no setter
createAt int?
The time in milliseconds a post was created
no setter
deleteAt int?
The time in milliseconds a post was deleted
no setter
editAt int?
no setter
fileIds → BuiltList<String>?
no setter
hashCode int
The hash code for this object.
no setterinherited
hashtag String?
no setter
id String?
no setter
message String?
no setter
metadata PostMetadata?
no setter
originalId String?
no setter
pendingPostId String?
no setter
props → JsonObject?
no setter
rootId String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
no setter
updateAt int?
The time in milliseconds a post was last updated
no setter
userId String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PostBuilder)) Post
Rebuilds the instance.
inherited
toBuilder() PostBuilder
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<Post>
no setter