generalDesc property

  1. @TagNumber(1)
PhoneNumberDesc generalDesc

The general_desc contains information which is a superset of descriptions for all types of phone numbers. If any element is missing in the description of a specific type in the XML file, the element will inherit from its counterpart in the general_desc. For all types that are generally relevant to normal phone numbers, if the whole type is missing in the PhoneNumberMetadata XML file, it will not have national number data, and the possible lengths will be -1.

Implementation

@$pb.TagNumber(1)
PhoneNumberDesc get generalDesc => $_getN(0);
  1. @TagNumber(1)
void generalDesc=(PhoneNumberDesc v)

Implementation

@$pb.TagNumber(1)
set generalDesc(PhoneNumberDesc v) {
  setField(1, v);
}