factory PortalItem.fromJson(Map<String, dynamic> json) { return PortalItem.fromJsonString(jsonEncode(json)); }