InterconnectLocationCrossSiteInterconnectInfo.fromJson constructor

InterconnectLocationCrossSiteInterconnectInfo.fromJson(
  1. Map json_
)

Implementation

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