PageBlog constructor

PageBlog({
  1. String? id,
})

Implementation

PageBlog({
  this.id,
});