InterconnectRemoteLocation_Continent.fromJson constructor

InterconnectRemoteLocation_Continent.fromJson(
  1. Object? json
)

Implementation

factory InterconnectRemoteLocation_Continent.fromJson(Object? json) =>
    InterconnectRemoteLocation_Continent(json as String);