WURL constructor

WURL(
  1. String description,
  2. String url
)

Implementation

WURL(this.description, this.url);