PostResponse class

Annotations
  • @JsonSerializable()

Constructors

PostResponse()
PostResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ignoreStatus IgnoreResponse?
getter/setter pair
isActive bool?
getter/setter pair
isAnnouncement bool?
getter/setter pair
isPinned bool?
getter/setter pair
lastReplyTimestamp String?
getter/setter pair
latestReplyAuthorId String?
getter/setter pair
latestReplyPostId String?
getter/setter pair
locale String?
getter/setter pair
popularity ForumPostPopularity?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail String?
getter/setter pair
urlMediaType ForumMediaType?
getter/setter pair
userHasMutedPost bool?
getter/setter pair
userHasRated bool?
getter/setter pair
userRating int?
getter/setter pair

Methods

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

Operators

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

Static Methods

asyncFromJson(Map<String, dynamic> json) Future<PostResponse>