Faker\Provider\en_GB\Address::county PHP Method

county() public static method

public static county ( )
    public static function county()
    {
        return static::randomElement(static::$county);
    }