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