EndPoint constructor

EndPoint({
  1. String? url,
})

Implementation

EndPoint({
  this.url,
});