contactInfo property

  1. @TagNumber(5)
UserContactInfo contactInfo

Implementation

@$pb.TagNumber(5)
UserContactInfo get contactInfo => $_getN(4);
  1. @TagNumber(5)
void contactInfo=(UserContactInfo v)

Implementation

@$pb.TagNumber(5)
set contactInfo(UserContactInfo v) { setField(5, v); }