A method fromJson that takes a map in JSON format as input, and converts it into an instance of BlobRefs.
factory BlobRefs.fromJson(Map<String, Object?> json) => _$BlobRefsFromJson(json);