CustomContentCreateRequest constructor
CustomContentCreateRequest({})
Implementation
CustomContentCreateRequest(
{required this.type,
this.status,
this.spaceId,
this.pageId,
this.blogPostId,
this.customContentId,
required this.title,
required this.body});