PostEntity constructor
PostEntity({
- required String? authorId,
- Object? timestamp,
- required String? appId,
- String? feedId,
- String? postAppId,
- String? postPageId,
- Map<
String, dynamic> ? pageParameters, - String? html,
- String? description,
- int? likes,
- int? dislikes,
- int? accessibleByGroup,
- List<
String> ? accessibleByMembers, - List<
String> ? readAccess, - int? archived,
- String? externalLink,
- List<
MemberMediumContainerEntity> ? memberMedia,
Implementation
PostEntity({
required this.authorId,
this.timestamp,
required this.appId,
this.feedId,
this.postAppId,
this.postPageId,
this.pageParameters,
this.html,
this.description,
this.likes,
this.dislikes,
this.accessibleByGroup,
this.accessibleByMembers,
this.readAccess,
this.archived,
this.externalLink,
this.memberMedia,
});