EndPoint constructor

EndPoint({
  1. String? endpointUri,
  2. List<Header>? headers,
})

Implementation

EndPoint({
  this.endpointUri,
  this.headers,
});