Addressable constructor

Addressable({
  1. String? url,
})

Implementation

Addressable({
  this.url,
});