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