ETURL constructor

ETURL(
  1. String url
)

Implementation

factory ETURL(String url) => ETURL.fromURI(Uri.parse(url));