URL constructor

URL(
  1. String url, [
  2. String base
])

Implementation

external factory URL(
  String url, [
  String base,
]);