WebClientUrlCollection constructor

WebClientUrlCollection()
Initializes a new instance of the

Implementation

WebClientUrlCollection() {
  this._urls = <WebClientUrl>[];
}