domesticCarrierCodeFormattingRule property

  1. @TagNumber(5)
String get 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)
set domesticCarrierCodeFormattingRule (String value)

Implementation

@$pb.TagNumber(5)
set domesticCarrierCodeFormattingRule($core.String value) =>
    $_setString(4, value);