Endpoint constructor

Endpoint({
  1. String? url,
})

Implementation

Endpoint({
  this.url,
});