BlogPerUserInfo constructor

BlogPerUserInfo({
  1. String? blogId,
  2. bool? hasAdminAccess,
  3. String? kind,
  4. String? photosAlbumKey,
  5. String? role,
  6. String? userId,
})

Implementation

BlogPerUserInfo({
  this.blogId,
  this.hasAdminAccess,
  this.kind,
  this.photosAlbumKey,
  this.role,
  this.userId,
});