status property

  1. @TagNumber.new(10)
NOTE_LIFECYCLE get status

Limit the search space to the given status

Implementation

@$pb.TagNumber(10)
NOTE_LIFECYCLE get status => $_getN(6);
  1. @TagNumber.new(10)
set status (NOTE_LIFECYCLE value)

Implementation

@$pb.TagNumber(10)
set status(NOTE_LIFECYCLE value) => $_setField(10, value);