ServerlessExternalConnectionInfo constructor

ServerlessExternalConnectionInfo({
  1. String? selectedIpAddress,
})

Implementation

ServerlessExternalConnectionInfo({
  this.selectedIpAddress,
});