Mage2\User\Models\Address::country PHP Method

country() public method

public country ( )
    public function country()
    {
        return $this->belongsTo(Country::class);
    }