domesticCarrierCodeFormattingRule property

  1. @TagNumber(5)
String domesticCarrierCodeFormattingRule

This field specifies how any carrier code ($CC) together with the first group ($FG) in the national significant number should be formatted when formatWithCarrierCode is called, if carrier codes are used for a certain country.

Implementation

@$pb.TagNumber(5)
$core.String get domesticCarrierCodeFormattingRule => $_getSZ(4);
  1. @TagNumber(5)
void domesticCarrierCodeFormattingRule=(String v)

Implementation

@$pb.TagNumber(5)
set domesticCarrierCodeFormattingRule($core.String v) {
  $_setString(4, v);
}