crc32c property
CRC32c checksum. For more information about using the CRC32c
checksum, see
Hashes and
ETags: Best Practices.
Implementation
@$pb.TagNumber(11)
$core.String get crc32c => $_getSZ(9);
Implementation
@$pb.TagNumber(11)
set crc32c($core.String v) {
$_setString(9, v);
}