rawHashes property

String? rawHashes
getter/setter pair

The hashes, in binary format, concatenated into one long string.

Hashes are sorted in lexicographic order. For JSON API users, hashes are base64-encoded.

Implementation

core.String? rawHashes;