hasId property

  1. @TagNumber(3)
HasIdCondition get hasId

Implementation

@$pb.TagNumber(3)
HasIdCondition get hasId => $_getN(2);
  1. @TagNumber(3)
set hasId (HasIdCondition v)

Implementation

@$pb.TagNumber(3)
set hasId(HasIdCondition v) {
  $_setField(3, v);
}