needApproval property

  1. @TagNumber.new(24)
bool get needApproval

Denotes if this field requires approval by a competent authority

Implementation

@$pb.TagNumber(24)
$core.bool get needApproval => $_getBF(7);
  1. @TagNumber.new(24)
set needApproval (bool value)

Implementation

@$pb.TagNumber(24)
set needApproval($core.bool value) => $_setBool(7, value);