BlogPostCreateRequest constructor

BlogPostCreateRequest({
  1. required String spaceId,
  2. BlogPostCreateRequestStatus? status,
  3. String? title,
  4. dynamic body,
})

Implementation

BlogPostCreateRequest(
    {required this.spaceId, this.status, this.title, this.body});