PostPerUserInfo constructor

PostPerUserInfo({
  1. String? blogId,
  2. bool? hasEditAccess,
  3. String? kind,
  4. String? postId,
  5. String? userId,
})

Implementation

PostPerUserInfo({
  this.blogId,
  this.hasEditAccess,
  this.kind,
  this.postId,
  this.userId,
});