crc32c property

  1. @TagNumber(11)
String crc32c

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);
  1. @TagNumber(11)
void crc32c=(String v)

Implementation

@$pb.TagNumber(11)
set crc32c($core.String v) { $_setString(9, v); }