factory PhResponse.fromJson(Map<String, dynamic> json) => PhResponse( data: Data.fromJson(json["data"]), message: json["message"], status: json["status"], );