skipChecksumVerification property
Checksums are verified whenever the catalog has one; set this only to opt OUT.
Implementation
@$pb.TagNumber(8)
$core.bool get skipChecksumVerification => $_getBF(6);
Implementation
@$pb.TagNumber(8)
set skipChecksumVerification($core.bool value) => $_setBool(6, value);