setPost method

void setPost(
  1. Post post
)

Implementation

void setPost(Post post) {
  this.post = post;
}