CreateInlineCommentModel constructor
CreateInlineCommentModel({
- String? blogPostId,
- String? pageId,
- String? parentCommentId,
- dynamic body,
- CreateInlineCommentModelInlineCommentProperties? inlineCommentProperties,
Implementation
CreateInlineCommentModel(
{this.blogPostId,
this.pageId,
this.parentCommentId,
this.body,
this.inlineCommentProperties});