satisfiesPzs property

  1. @TagNumber(25)
bool get satisfiesPzs

Reserved for future use. This field is set only in responses from the server; it is ignored if it is set in any requests.

Implementation

@$pb.TagNumber(25)
$core.bool get satisfiesPzs => $_getBF(21);
  1. @TagNumber(25)
set satisfiesPzs (bool v)

Implementation

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