PostList class

Constructors

PostList({String? uuid, String? createdTs, String? updatedTs, String? createdBy, String? updatedBy, int? version, String? id, String? appId, String? title, String? contentHtml, String? contentMarkdown, PostType? postType, String? communityId, String? publishedTs, InteractionSummary? interactionSummary, CommunityContentVisibility? communityContentVisibility, CommunitiesList? community, Media? media, UserProfile? creator, bool? businessCommunity, bool? active, Poll? poll, bool? edited})
PostList.fromJson(Map<String, dynamic> json)
factory

Properties

active bool?
getter/setter pair
appId String?
getter/setter pair
businessCommunity bool?
getter/setter pair
community CommunitiesList?
getter/setter pair
communityContentVisibility CommunityContentVisibility?
getter/setter pair
communityId String?
getter/setter pair
contentHtml String?
getter/setter pair
contentMarkdown String?
getter/setter pair
createdBy String?
getter/setter pair
createdTs String?
getter/setter pair
creator UserProfile?
getter/setter pair
edited bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
interactionSummary InteractionSummary?
getter/setter pair
media Media?
getter/setter pair
poll Poll?
getter/setter pair
postType PostType?
getter/setter pair
publishedTs String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
updatedBy String?
getter/setter pair
updatedTs String?
getter/setter pair
uuid String?
getter/setter pair
version int?
getter/setter pair

Methods

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