noInternationalDialling property

  1. @TagNumber(24)
PhoneNumberDesc get noInternationalDialling

The rules here distinguish the numbers that are only able to be dialled nationally.

Implementation

@$pb.TagNumber(24)
PhoneNumberDesc get noInternationalDialling => $_getN(22);
  1. @TagNumber(24)
set noInternationalDialling (PhoneNumberDesc v)

Implementation

@$pb.TagNumber(24)
set noInternationalDialling(PhoneNumberDesc v) {
  setField(24, v);
}