addressEntryList property

  1. @TagNumber(3)
AddressEntryList get addressEntryList

Implementation

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

Implementation

@$pb.TagNumber(3)
set addressEntryList(AddressEntryList v) { setField(3, v); }