phoneQuery property
Limit the result to a specific contact phone.
Implementation
@$pb.TagNumber(8)
PhoneQuery get phoneQuery => $_getN(7);
Implementation
@$pb.TagNumber(8)
set phoneQuery(PhoneQuery v) { setField(8, v); }
Limit the result to a specific contact phone.
@$pb.TagNumber(8)
PhoneQuery get phoneQuery => $_getN(7);
@$pb.TagNumber(8)
set phoneQuery(PhoneQuery v) { setField(8, v); }