skipChecksumVerification property

  1. @TagNumber.new(8)
bool get skipChecksumVerification

Checksums are verified whenever the catalog has one; set this only to opt OUT.

Implementation

@$pb.TagNumber(8)
$core.bool get skipChecksumVerification => $_getBF(6);
  1. @TagNumber.new(8)
set skipChecksumVerification (bool value)

Implementation

@$pb.TagNumber(8)
set skipChecksumVerification($core.bool value) => $_setBool(6, value);