ServerlessExternalConnectionInfo.fromJson constructor

ServerlessExternalConnectionInfo.fromJson(
  1. Map json_
)

Implementation

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