contact property

  1. @TagNumber(4)
Contact contact

Implementation

@$pb.TagNumber(4)
Contact get contact => $_getN(3);
  1. @TagNumber(4)
void contact=(Contact v)

Implementation

@$pb.TagNumber(4)
set contact(Contact v) {
  setField(4, v);
}