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