CreateInlineCommentModel constructor

CreateInlineCommentModel({
  1. String? blogPostId,
  2. String? pageId,
  3. String? parentCommentId,
  4. dynamic body,
  5. CreateInlineCommentModelInlineCommentProperties? inlineCommentProperties,
})

Implementation

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