unverifiedLazy property

  1. @TagNumber(15)
bool 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(15)
void unverifiedLazy=(bool v)

Implementation

@$pb.TagNumber(15)
set unverifiedLazy($core.bool v) { $_setBool(6, v); }