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 value)

Implementation

@$pb.TagNumber(24)
set noInternationalDialling(PhoneNumberDesc value) => $_setField(24, value);