Bitpay\Client\Response::__construct PHP Method

__construct() public method

public __construct ( $raw = null )
    public function __construct($raw = null)
    {
        $this->headers = array();
        $this->raw = $raw;
    }