BlogPostCreateRequest constructor
      
      BlogPostCreateRequest({ 
    
    
- required String spaceId,
- BlogPostCreateRequestStatus? status,
- String? title,
- dynamic body,
Implementation
BlogPostCreateRequest(
    {required this.spaceId, this.status, this.title, this.body});