Faker\Provider\pl_PL\Address::state PHP Method

state() public method

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