libphonenumber\PhoneMetadata::isMainCountryForCode PHP Method

isMainCountryForCode() public method

    public function isMainCountryForCode()
    {
        return $this->mainCountryForCode;
    }
PhoneMetadata