notify property

  1. @TagNumber(2)
Notify notify

Implementation

@$pb.TagNumber(2)
Notify get notify => $_getN(1);
  1. @TagNumber(2)
void notify=(Notify v)

Implementation

@$pb.TagNumber(2)
set notify(Notify v) {
  setField(2, v);
}