contact property

  1. @TagNumber(12)
Contact contact

Implementation

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

Implementation

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