factory SuperBatchWebResourcesUris.fromJson(Map<String, Object?> json) { return SuperBatchWebResourcesUris( all: json[r'all'], css: json[r'css'], js: json[r'js'], ); }