Creates an instance of BlobRefs using a factory constructor.
const factory BlobRefs({ /// Blob links. required List<String> cids, /// The pagination cursor. String? cursor, }) = _BlobRefs;