factory GetBlogResponse.fromJson(Map<String, dynamic> json) => GetBlogResponse( ok: json["ok"], object: GetBlogObject.fromJson(json["object"]), );