ServiceEndpoint constructor

ServiceEndpoint({
  1. String? arn,
  2. String? endpoint,
})

Implementation

ServiceEndpoint({
  this.arn,
  this.endpoint,
});