ServerlessExternalConnectionInfo.fromJson constructor
ServerlessExternalConnectionInfo.fromJson(
- Map json_
Implementation
ServerlessExternalConnectionInfo.fromJson(core.Map json_)
: this(selectedIpAddress: json_['selectedIpAddress'] as core.String?);