contact property

  1. @TagNumber(2)
Contact get contact

The contact / callsign for ATAK user

Implementation

@$pb.TagNumber(2)
Contact get contact => $_getN(1);
  1. @TagNumber(2)
set contact (Contact value)

Implementation

@$pb.TagNumber(2)
set contact(Contact value) => $_setField(2, value);