static AppInfo? fromJson(String jsonString) { return serializers.deserializeWith( AppInfo.serializer, json.decode(jsonString)); }