Endpoint constructor

Endpoint({
  1. String? address,
  2. String? hostedZoneId,
  3. int? port,
})

Implementation

Endpoint({
  this.address,
  this.hostedZoneId,
  this.port,
});