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

state() public static method

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