CreateBlogResponse constructor
CreateBlogResponse({})
Implementation
CreateBlogResponse({
required this.ok,
required this.activityState,
required this.activityPoints,
required this.message,
required this.executionError,
required this.object,
});