ServiceEndpoint constructor

ServiceEndpoint({
  1. String? endpoint,
})

Implementation

ServiceEndpoint({
  this.endpoint,
});