noInternationalDialling property
The rules here distinguish the numbers that are only able to be dialled nationally.
Implementation
@$pb.TagNumber(24)
PhoneNumberDesc get noInternationalDialling => $_getN(22);
Implementation
@$pb.TagNumber(24)
set noInternationalDialling(PhoneNumberDesc v) {
setField(24, v);
}