needApproval property

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

@description A boolean flag indicating whether this specific record requires further administrative approval.

@example false

@format Boolean true or false.

Implementation

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

Implementation

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