CreateFooterCommentModel constructor

CreateFooterCommentModel({
  1. String? blogPostId,
  2. String? pageId,
  3. String? parentCommentId,
  4. dynamic body,
})

Implementation

CreateFooterCommentModel(
    {this.blogPostId, this.pageId, this.parentCommentId, this.body});