strict property

  1. @TagNumber.new(25)
bool get strict

Implementation

@$pb.TagNumber(25)
$core.bool get strict => $_getB(24, true);
  1. @TagNumber.new(25)
set strict (bool v)

Implementation

@$pb.TagNumber(25)
set strict($core.bool v) { $_setBool(24, v); }