unverifiedLazy property

  1. @TagNumber.new(15)
bool get unverifiedLazy

unverified_lazy does no correctness checks on the byte stream. This should only be used where lazy with verification is prohibitive for performance reasons.

Implementation

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

Implementation

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