SectionClient class abstract

Constructors

SectionClient({required String communityId, required String groupId, required String sectionId, required PensilApi pensilApi})
factory

Properties

groupId String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionId String
no setter

Methods

addPost(Post post) → ResultOrException<Post>
getSectionPaginatedPosts({required String sectionId, required SectionType type}) → ResultOrException<List<Post>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toggleLikePost(String id, bool isLike) → ResultOrException<Post>
toString() String
A string representation of this object.
inherited

Operators

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