RequestX constructor
RequestX(
- String _authority
Implementation
RequestX (this._authority) : _url = ''
{
_debugCheckAuthorityFormat(_authority);
}
RequestX (this._authority) : _url = ''
{
_debugCheckAuthorityFormat(_authority);
}