PostQueries class
<p>This class creates queries related to posts.</p>
Constructors
PostQueries ()
Properties
hashCode → int
The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>
runtimeType → Type
A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>
Methods
addLike() String
Add Like to a post.
getPostsById(String orgId) String
Getting Posts by Id.
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>
removeLike() String
Remove Like from a post.
toString() String
A string representation of this object.
<span class="feature">inherited</span>
uploadPost() String
Upload a post to database.
Operators
operator ==(Object other) bool
The equality operator.
<span class="feature">inherited</span>